Merge pull request #318361 from ppom0/reaction-v1.4.1

reaction: 1.3.1 → 1.4.1
This commit is contained in:
Weijia Wang
2024-06-10 20:56:42 +02:00
committed by GitHub

View File

@@ -5,7 +5,7 @@
fetchFromGitLab,
}:
let
version = "1.3.1";
version = "1.4.1";
in buildGoModule {
inherit version;
pname = "reaction";
@@ -15,7 +15,7 @@ in buildGoModule {
owner = "ppom";
repo = "reaction";
rev = "v${version}";
sha256 = "sha256-hBEtXaTpubb5sKSrA8bhw3MW6YLszuESWrFZYf/+RvM=";
sha256 = "sha256-UL3ck+gejZAu/mZS3ZiZ78a2/I+OesaSRZUhHirgu9o=";
};
vendorHash = "sha256-THUIoWFzkqaTofwH4clBgsmtUlLS9WIB2xjqW7vkhpg=";
@@ -26,8 +26,8 @@ in buildGoModule {
];
postBuild = ''
gcc helpers_c/ip46tables.c -o ip46tables
gcc helpers_c/nft46.c -o nft46
$CC helpers_c/ip46tables.c -o ip46tables
$CC helpers_c/nft46.c -o nft46
'';
postInstall = ''