osslsigncode: 2.8 -> 2.9
This commit is contained in:
parent
65ed2124ae
commit
68cb20e172
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user