watchdogd: 4.0 -> 4.1

This commit is contained in:
R. Ryantm
2025-11-23 18:25:14 +00:00
parent 956c7ae2f9
commit e1a13120ce
+2 -2
View File
@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation rec {
pname = "watchdogd";
version = "4.0";
version = "4.1";
src = fetchFromGitHub {
owner = "troglobit";
repo = "watchdogd";
rev = version;
hash = "sha256-JNJj0CJGJXuIRpob2RXYqDRrU4Cn20PRxOjQ6TFsVYQ=";
hash = "sha256-Q3j16hxDwusZdmIjHm/CVi7VrwRziPGERAvJ3F/Bvdg=";
};
nativeBuildInputs = [