about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2024-02-18 06:30:03 +0000
committerGitHub <noreply@github.com>2024-02-18 06:30:03 +0000
commit296dced8a35862811c0111fe3454906f9a288be7 (patch)
tree827234490adaba3be959663e636721437e35d9df /pkgs/os-specific
parent35c5863c29ce81199ded8a3384f4979b7793f5dc (diff)
parent13dc069c6fdb891a91a6db09ba005b0937b5e8d6 (diff)
downloadnixlib-296dced8a35862811c0111fe3454906f9a288be7.tar
nixlib-296dced8a35862811c0111fe3454906f9a288be7.tar.gz
nixlib-296dced8a35862811c0111fe3454906f9a288be7.tar.bz2
nixlib-296dced8a35862811c0111fe3454906f9a288be7.tar.lz
nixlib-296dced8a35862811c0111fe3454906f9a288be7.tar.xz
nixlib-296dced8a35862811c0111fe3454906f9a288be7.tar.zst
nixlib-296dced8a35862811c0111fe3454906f9a288be7.zip
Merge pull request #288456 from r-ryantm/auto-update/checkpolicy
checkpolicy: 3.5 -> 3.6
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/checkpolicy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/checkpolicy/default.nix b/pkgs/os-specific/linux/checkpolicy/default.nix
index 5b08739667d5..7e5f1e496522 100644
--- a/pkgs/os-specific/linux/checkpolicy/default.nix
+++ b/pkgs/os-specific/linux/checkpolicy/default.nix
@@ -2,12 +2,12 @@
 
 stdenv.mkDerivation rec {
   pname = "checkpolicy";
-  version = "3.5";
+  version = "3.6";
   inherit (libsepol) se_url;
 
   src = fetchurl {
     url = "${se_url}/${version}/checkpolicy-${version}.tar.gz";
-    sha256 = "sha256-eqSKsiIqC5iBER1tf3DDAU09kziCfZ4C3xBaaMDfXbw=";
+    sha256 = "sha256-GzRrPN1PinihV2J7rWSjs0ecZ7ahnRXm1chpRiDq28E=";
   };
 
   nativeBuildInputs = [ bison flex ];