opensnitch: 1.6.1 -> 1.6.2

Diff: https://github.com/evilsocket/opensnitch/compare/v1.6.1...v1.6.2
This commit is contained in:
Jonas Heinrich 2023-08-11 11:48:47 +02:00
parent 5d77803df5
commit e2576c94b8
2 changed files with 4 additions and 4 deletions

View File

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "opensnitch";
version = "1.6.1";
version = "1.6.2";
src = fetchFromGitHub {
owner = "evilsocket";
repo = "opensnitch";
rev = "v${version}";
sha256 = "sha256-yEo5nga0WTbgZm8W2qbJcTOO4cCzFWrjRmTBCFH7GLg=";
hash = "sha256-1ArwbewgZuoDF2lxY720yFQSsTuLR0WkS8vsTCr2FL4=";
};
modRoot = "daemon";
@ -41,7 +41,7 @@ buildGoModule rec {
protoc-gen-go-grpc
];
vendorSha256 = "sha256-bUzGWpQxeXzvkzQ7G53ljQJq6wwqiXqbi6bgeFlNvvM=";
vendorHash = "sha256-bUzGWpQxeXzvkzQ7G53ljQJq6wwqiXqbi6bgeFlNvvM=";
preBuild = ''
# Fix inconsistent vendoring build error

View File

@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec {
owner = "evilsocket";
repo = "opensnitch";
rev = "refs/tags/v${version}";
sha256 = "sha256-1ArwbewgZuoDF2lxY720yFQSsTuLR0WkS8vsTCr2FL4=";
hash = "sha256-1ArwbewgZuoDF2lxY720yFQSsTuLR0WkS8vsTCr2FL4=";
};
postPatch = ''