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 1 { 2 2 buildGoModule, 3 3 fetchFromGitHub, 4 - fetchpatch, 5 4 protobuf, 6 5 go-protobuf, 7 6 pkg-config, ··· 35 34 in 36 35 buildGoModule (finalAttrs: { 37 36 pname = "opensnitch"; 38 - version = "1.7.0.0"; 37 + version = "1.7.1"; 39 38 40 39 src = fetchFromGitHub { 41 40 owner = "evilsocket"; 42 41 repo = "opensnitch"; 43 42 tag = "v${finalAttrs.version}"; 44 - hash = "sha256-ZkXqocgxyJGo5uQq4Ct1wmUIQljtx5oPzj4JfWWAuSE="; 43 + hash = "sha256-j73wbHm8hrfm+8YVwonzU+ddzwSk9+ecucsQ0Es715k="; 45 44 }; 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 45 56 46 postPatch = '' 57 47 # Allow configuring Version at build time