We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e96684 commit 719f2d1Copy full SHA for 719f2d1
pkgs/by-name/se/semodule-utils/package.nix
@@ -7,13 +7,13 @@
7
8
stdenv.mkDerivation rec {
9
pname = "semodule-utils";
10
- version = "3.8";
+ version = "3.8.1";
11
12
inherit (libsepol) se_url;
13
14
src = fetchurl {
15
url = "${se_url}/${version}/${pname}-${version}.tar.gz";
16
- sha256 = "sha256-QwVTfN/DOFUoA+MsSuMGWlqo99rCI7qDQxzWoIGcwCk=";
+ sha256 = "sha256-dwWw2wWcU6IdanfAtQ9sRn2RoOqS/4dfHJNSfNJ2I5U=";
17
};
18
19
buildInputs = [ libsepol ];
0 commit comments