tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
setools: 4.4.4 -> 4.5.0
R. Ryantm
2 years ago
368dd6c7
80c8b15b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
setools
default.nix
+2
-2
pkgs/os-specific/linux/setools/default.nix
···
8
8
9
9
buildPythonApplication rec {
10
10
pname = "setools";
11
11
-
version = "4.4.4";
11
11
+
version = "4.5.0";
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "SELinuxProject";
15
15
repo = pname;
16
16
rev = "refs/tags/${version}";
17
17
-
hash = "sha256-QCJfFdY4THBurx7G8q/WAzb7b9CwtNNGi5fn9D++BMU=";
17
17
+
hash = "sha256-4y4Uhh3O84UbK39j8ACu06/6n7lyHsd8MzODR0FOp3I=";
18
18
};
19
19
20
20
nativeBuildInputs = [ cython ];