Skip to content

Commit b213590

Browse files
semodule-utils: 3.8 -> 3.8.1 (NixOS#387404)
2 parents b742f2a + 719f2d1 commit b213590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/se/semodule-utils/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
stdenv.mkDerivation rec {
99
pname = "semodule-utils";
10-
version = "3.8";
10+
version = "3.8.1";
1111

1212
inherit (libsepol) se_url;
1313

1414
src = fetchurl {
1515
url = "${se_url}/${version}/${pname}-${version}.tar.gz";
16-
sha256 = "sha256-QwVTfN/DOFUoA+MsSuMGWlqo99rCI7qDQxzWoIGcwCk=";
16+
sha256 = "sha256-dwWw2wWcU6IdanfAtQ9sRn2RoOqS/4dfHJNSfNJ2I5U=";
1717
};
1818

1919
buildInputs = [ libsepol ];

0 commit comments

Comments
 (0)