lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

osslsigncode: 2.6 -> 2.7

+2 -2
+2 -2
pkgs/development/tools/osslsigncode/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "osslsigncode"; 13 - version = "2.6"; 13 + version = "2.7"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "mtrojnar"; 17 17 repo = pname; 18 18 rev = version; 19 - sha256 = "sha256-Lt99RO/pTEtksIuulkKTm48+1xUKZOHrnlbDZGi3VWk="; 19 + sha256 = "sha256-TW4/alnAW3vifAKf02RlnpOq1uW7nc+Sjs0g1BfplLk="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ cmake pkg-config python3 ];