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

osslsigncode: 2.2 -> 2.3
This commit is contained in:
Pavol Rusnak 2022-03-07 16:08:11 +01:00 committed by GitHub
commit e284b8d4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "osslsigncode";
version = "2.2";
version = "2.3";
src = fetchFromGitHub {
owner = "mtrojnar";
repo = pname;
rev = version;
sha256 = "sha256-/YKj6JkVbQ4Fz+KSmBIRQ7F7A8fxi5Eg+pvKwhjpGYQ=";
sha256 = "sha256-KJyGDrT3dr8DfjfRrWIENoBFuiWrgQx4qz1V+mT8/yI=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];