tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.python-kadmin-rs: 0.5.2 -> 0.5.3
Jan van Brügge
1 year ago
78339a44
2fce6036
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
python-kadmin-rs
default.nix
+3
-3
pkgs/development/python-modules/python-kadmin-rs/default.nix
reviewed
···
17
17
18
18
buildPythonPackage rec {
19
19
pname = "python-kadmin-rs";
20
20
-
version = "0.5.2";
20
20
+
version = "0.5.3";
21
21
pyproject = true;
22
22
23
23
src = fetchFromGitHub {
24
24
owner = "authentik-community";
25
25
repo = "kadmin-rs";
26
26
rev = "kadmin/version/${version}";
27
27
-
hash = "sha256-5sbYnEoT0/3BTJBipEy+DpIDbX6mRIpAE6CuAoJ5bw4=";
27
27
+
hash = "sha256-JK1BwPtIdfp6fleEPyRxMBCFP2njtQebr/Wt+Dc9CYs=";
28
28
};
29
29
30
30
cargoDeps = rustPlatform.fetchCargoVendor {
31
31
inherit src;
32
32
-
hash = "sha256-1J2aaEj/G7TE+EptWNwb5Vj048W6DOJNUBWPd9F4DqU=";
32
32
+
hash = "sha256-9LCtsX3fuRXCHu5Gd+7OB5JQZ0h6KjSOSan83KUivLQ=";
33
33
};
34
34
35
35
buildInputs = [