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

osslsigncode: 2.6 -> 2.7
This commit is contained in:
Pavol Rusnak 2023-09-28 18:30:46 +02:00 committed by GitHub
commit a56d3e9d3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "osslsigncode";
version = "2.6";
version = "2.7";
src = fetchFromGitHub {
owner = "mtrojnar";
repo = pname;
rev = version;
sha256 = "sha256-Lt99RO/pTEtksIuulkKTm48+1xUKZOHrnlbDZGi3VWk=";
sha256 = "sha256-TW4/alnAW3vifAKf02RlnpOq1uW7nc+Sjs0g1BfplLk=";
};
nativeBuildInputs = [ cmake pkg-config python3 ];