lol
0
fork

Configure Feed

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

ike-scan: 1.9.4 -> 1.9.5

+2 -7
+2 -7
pkgs/tools/security/ike-scan/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "ike-scan"; 13 - version = "1.9.4"; 13 + version = "1.9.5"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "royhills"; 17 17 repo = pname; 18 18 rev = version; 19 - sha256 = "01a39bk9ma2lm59q320m9g11909if5gc3qynd8pzn6slqiq5r8kw"; 19 + sha256 = "sha256-mbfg8p3y4aKoXpmLuF9GXAMPEqV5CsvetwGCRDJ9UNY="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ ··· 32 32 # Memory leaks, https://github.com/royhills/ike-scan/pull/15 33 33 url = "https://github.com/royhills/ike-scan/pull/15/commits/d864811de08dcddd65ac9b8d0f2acf5d7ddb9dea.patch"; 34 34 sha256 = "0wbrq89dl8js7cdivd0c45hckmflan33cpgc3qm5s3az6r4mjljm"; 35 - }) 36 - (fetchpatch { 37 - # Unknown vendor IDs, https://github.com/royhills/ike-scan/pull/18, was merged but not released 38 - url = "https://github.com/royhills/ike-scan/pull/18/commits/e065ddbe471880275dc7975e7da235e7a2097c22.patch"; 39 - sha256 = "13ly01c96nnd5yh7rxrhv636csm264m5xf2a1inprrzxkkri5sls"; 40 35 }) 41 36 ]; 42 37