osslsigncode: 2.11 -> 2.12

This commit is contained in:
R. Ryantm
2026-02-02 23:04:51 +00:00
parent ad6fd4c327
commit 41cbb3cd14
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "osslsigncode";
version = "2.11";
version = "2.12";
src = fetchFromGitHub {
owner = "mtrojnar";
repo = "osslsigncode";
rev = finalAttrs.version;
sha256 = "sha256-ua/4OouuMWTvfFbdOVVZpf1Z43JoPiptlFl+THaef58=";
sha256 = "sha256-UVm0lpw5l8gw+qNGfE57SdvT0Wwo75dUlolwBjBVCwA=";
};
nativeBuildInputs = [