osslsigncode: 2.8 -> 2.9

This commit is contained in:
R. Ryantm 2024-06-30 00:23:58 +00:00
parent 65ed2124ae
commit 68cb20e172

View File

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