Merge pull request #244413 from dotlambda/iptsd-1.3.0

iptsd: 1.2.1 -> 1.3.0
This commit is contained in:
Pol Dellaiera
2023-07-24 21:41:35 +02:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "iptsd";
version = "1.2.1";
version = "1.3.0";
src = fetchFromGitHub {
owner = "linux-surface";
repo = pname;
rev = "v${version}";
hash = "sha256-h2d31/0lT0GykFSjp59Gm+28zm3Z/RzdeGtPs0hGW5o=";
hash = "sha256-6sP50sdjuOijukztLQ4HoXqU9qjZuTzs5NMIBENVw2w=";
};
nativeBuildInputs = [