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
commit 4fbedcb22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [