osslsigncode: 2.10 -> 2.11

This commit is contained in:
R. Ryantm
2026-01-21 02:24:10 +00:00
parent 1efa528e94
commit 514cf4dec4
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "osslsigncode";
version = "2.10";
version = "2.11";
src = fetchFromGitHub {
owner = "mtrojnar";
repo = "osslsigncode";
rev = version;
sha256 = "sha256-UjjNXcHpPbyUz5CPsW+uVhZP0X9XGM3//IVv9VhmP7o=";
sha256 = "sha256-ua/4OouuMWTvfFbdOVVZpf1Z43JoPiptlFl+THaef58=";
};
nativeBuildInputs = [