iptsd: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm 2023-09-06 16:03:49 +00:00
parent de60da9773
commit c5ddeee8f8

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