Unverified Commit d157d952 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

reaction: 1.3.1 → 1.4.1
parents 4c00e21f 4badfc62
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 = ''