Merge pull request #161915 from jyooru/update/jool

jool: 4.1.6 -> 4.1.7
This commit is contained in:
Renaud 2022-02-27 11:48:21 +01:00 committed by GitHub
commit 6896623f63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -28,6 +28,7 @@ stdenv.mkDerivation {
homepage = "https://www.jool.mx/";
description = "Fairly compliant SIIT and Stateful NAT64 for Linux - kernel modules";
platforms = platforms.linux;
license = licenses.gpl2Only;
maintainers = with maintainers; [ fpletz ];
};
}

View file

@ -1,11 +1,11 @@
{ fetchFromGitHub }:
rec {
version = "4.1.6";
version = "4.1.7";
src = fetchFromGitHub {
owner = "NICMx";
repo = "Jool";
rev = "v${version}";
sha256 = "09avkiazpfxzrgr3av58jbina5x9jqvqhjkn39475pfhfhrlv9fv";
sha256 = "08z23mi6xkr6zzp0hzh1cppvl2y0177s0lnpxqbpy8jiii5fxw8f";
};
}