lol

opensnitch: 1.7.0.0 -> 1.7.1 (#421999)

authored by

Guillaume Girol and committed by
GitHub
614b6619 5deb1828

+2 -12
+2 -12
pkgs/by-name/op/opensnitch/package.nix
··· 1 { 2 buildGoModule, 3 fetchFromGitHub, 4 - fetchpatch, 5 protobuf, 6 go-protobuf, 7 pkg-config, ··· 35 in 36 buildGoModule (finalAttrs: { 37 pname = "opensnitch"; 38 - version = "1.7.0.0"; 39 40 src = fetchFromGitHub { 41 owner = "evilsocket"; 42 repo = "opensnitch"; 43 tag = "v${finalAttrs.version}"; 44 - hash = "sha256-ZkXqocgxyJGo5uQq4Ct1wmUIQljtx5oPzj4JfWWAuSE="; 45 }; 46 - 47 - patches = [ 48 - # https://github.com/evilsocket/opensnitch/issues/1357 49 - # remove next release 50 - (fetchpatch { 51 - url = "https://github.com/dwongdev/opensnitch/commit/376b06ef97ef79e3afa699878af2e59918aa7ef0.patch?full_index=1"; 52 - hash = "sha256-QBhc4A2Dign5JY4fcQ2c3F02xFj3m3G2VwY9cFuWV3w="; 53 - }) 54 - ]; 55 56 postPatch = '' 57 # Allow configuring Version at build time
··· 1 { 2 buildGoModule, 3 fetchFromGitHub, 4 protobuf, 5 go-protobuf, 6 pkg-config, ··· 34 in 35 buildGoModule (finalAttrs: { 36 pname = "opensnitch"; 37 + version = "1.7.1"; 38 39 src = fetchFromGitHub { 40 owner = "evilsocket"; 41 repo = "opensnitch"; 42 tag = "v${finalAttrs.version}"; 43 + hash = "sha256-j73wbHm8hrfm+8YVwonzU+ddzwSk9+ecucsQ0Es715k="; 44 }; 45 46 postPatch = '' 47 # Allow configuring Version at build time