jool: 4.1.6 -> 4.1.7

Also add missing license.
This commit is contained in:
Joel
2022-02-27 09:54:34 +10:00
parent 9da97cd05a
commit e0819e3c50
2 changed files with 3 additions and 2 deletions
+1
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 ];
};
}
+2 -2
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";
};
}