mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.python-kadmin-rs: 0.7.0 -> 0.7.2 (#518744)
This commit is contained in:
commit
64c08a7ca0
1 changed files with 3 additions and 3 deletions
|
|
@ -10,19 +10,19 @@
|
|||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "python-kadmin-rs";
|
||||
version = "0.7.0";
|
||||
version = "0.7.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "authentik-community";
|
||||
repo = "kadmin-rs";
|
||||
rev = "kadmin/version/${version}";
|
||||
hash = "sha256-7aRbpQblRFoCmuZJgm2mrGoUNL0BBcIpzlKblCnHVPc=";
|
||||
hash = "sha256-zl0N6cIcRFsShKOc3aazYsTlEBXpnymP9nsdaBky1OE=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit src;
|
||||
hash = "sha256-dzTcB5GfeUbgikznq4YFEzZ75z0zvz4I1/+5UCQ0e2o=";
|
||||
hash = "sha256-NXPc8hssmMXcmuK15oF5CIV+cUAmRoml6BXYhIkRdvI=";
|
||||
};
|
||||
|
||||
# The include directories of krb5 and heimdal contain overlapping paths.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue