Merge pull request #253654 from r-ryantm/auto-update/iptsd

iptsd: 1.3.1 -> 1.3.2
This commit is contained in:
Robert Schütz
2023-09-08 05:15:44 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "iptsd";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "linux-surface";
repo = pname;
rev = "v${version}";
hash = "sha256-06KGMXkp5lR05iNQOll1h0q+Z+XWMberqG1C9Cs7VfA=";
hash = "sha256-iVxxlblwrZ4SPbVR0kIG+ePExk4qT6gExgvHS1Ksp6A=";
};
nativeBuildInputs = [