Merge pull request #245901 from dotlambda/iptsd-1.3.1

iptsd: 1.3.0 -> 1.3.1
This commit is contained in:
Nick Cao
2023-07-28 18:27:52 -06:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "iptsd";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "linux-surface";
repo = pname;
rev = "v${version}";
hash = "sha256-6sP50sdjuOijukztLQ4HoXqU9qjZuTzs5NMIBENVw2w=";
hash = "sha256-06KGMXkp5lR05iNQOll1h0q+Z+XWMberqG1C9Cs7VfA=";
};
nativeBuildInputs = [