watchdogd: 4.0 -> 4.1 (#464347)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-03 12:01:06 +00:00
committed by GitHub
+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 = [