about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-11 00:01:45 +0000
committerGitHub <noreply@github.com>2021-11-11 00:01:45 +0000
commitb199af176d9e43cc2b550b85fdbdb6c887bad6f6 (patch)
treeafdbb7ca1744fbf38f0a50f52a6515d5d461ba75 /pkgs/tools/system
parent25b9e19da39ab9fd81452d1d5d0042acedd24567 (diff)
parent523850d2466cb6c3d61ad1f3bc0deff55db8adec (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/das_watchdog/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/das_watchdog/default.nix b/pkgs/tools/system/das_watchdog/default.nix
index d9332acc898f5..65be63bffe125 100644
--- a/pkgs/tools/system/das_watchdog/default.nix
+++ b/pkgs/tools/system/das_watchdog/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation {
   pname = "das_watchdog";
-  version = "git-2015-09-12";
+  version = "unstable-2015-09-12";
 
   src = fetchgit {
     url = "https://github.com/kmatheussen/das_watchdog.git";