Merge pull request #288456 from r-ryantm/auto-update/checkpolicy

checkpolicy: 3.5 -> 3.6
This commit is contained in:
Domen Kožar 2024-02-18 06:30:03 +00:00 committed by GitHub
commit 296dced8a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];