Merge pull request #293154 from r-ryantm/auto-update/osslsigncode

This commit is contained in:
Pavol Rusnak 2024-03-04 09:58:35 +01:00 committed by GitHub
commit 79914b0391
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "osslsigncode";
version = "2.7";
version = "2.8";
src = fetchFromGitHub {
owner = "mtrojnar";
repo = pname;
rev = version;
sha256 = "sha256-TW4/alnAW3vifAKf02RlnpOq1uW7nc+Sjs0g1BfplLk=";
sha256 = "sha256-FcrymV0n/Bv0cS9Dx6sG+ifilBiPfaG+xpQvH9mvylQ=";
};
nativeBuildInputs = [ cmake pkg-config python3 ];