Robert Schütz
2025-12-30 02:51:52 -08:00
parent 33c151ae30
commit 173972e9bf
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "iptsd";
version = "3";
version = "3.1.0";
src = fetchFromGitHub {
owner = "linux-surface";
repo = "iptsd";
tag = "v${version}";
hash = "sha256-3z3A9qywmsSW1tlJ6LePC5wudM/FITTAFyuPkbHlid0=";
hash = "sha256-2yYO1xb576IHaJquTrQtmAjJITGdW06I3eHD+HR88xI=";
};
nativeBuildInputs = [