Robert Schütz
2023-05-14 14:16:01 -07:00
committed by Robert Schütz
parent 6ee60f0bec
commit b74b868ce0

View File

@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "iptsd";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "linux-surface";
repo = pname;
rev = "v${version}";
hash = "sha256-8RE93pIg5fVAYOOq8zHlWy0uTxep7hrJlowPu48beTs=";
hash = "sha256-h2d31/0lT0GykFSjp59Gm+28zm3Z/RzdeGtPs0hGW5o=";
};
nativeBuildInputs = [