Merge pull request #201173 from fpletz/pkg/jool-4.1.8

This commit is contained in:
Martin Weinelt
2022-11-14 13:22:12 +01:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -10,6 +10,11 @@ stdenv.mkDerivation {
src = sourceAttrs.src;
outputs = [
"out"
"man"
];
nativeBuildInputs = [ autoreconfHook pkg-config ];
buildInputs = [ libnl iptables ];
+2 -2
View File
@@ -1,11 +1,11 @@
{ fetchFromGitHub }:
rec {
version = "4.1.7";
version = "4.1.8";
src = fetchFromGitHub {
owner = "NICMx";
repo = "Jool";
rev = "v${version}";
sha256 = "08z23mi6xkr6zzp0hzh1cppvl2y0177s0lnpxqbpy8jiii5fxw8f";
hash = "sha256-b+1EM172NRnnTcbJOwBQfytIRuIr8zZBlKBBV/e7Ttg=";
};
}