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

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "iptsd"; pname = "iptsd";
version = "1.3.1"; version = "1.3.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linux-surface"; owner = "linux-surface";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-06KGMXkp5lR05iNQOll1h0q+Z+XWMberqG1C9Cs7VfA="; hash = "sha256-iVxxlblwrZ4SPbVR0kIG+ePExk4qT6gExgvHS1Ksp6A=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [