summary refs log tree commit diff
path: root/pkgs/tools/system/supervise
diff options
context:
space:
mode:
authorSpencer Baugh <sbaugh@catern.com>2018-02-12 00:34:15 +0000
committerSpencer Baugh <sbaugh@catern.com>2018-02-12 00:34:15 +0000
commita694e89be4b082014164a1bc295e7ef1f846ab99 (patch)
tree594597e5c1dfefb7834b344cf38e09ada8ff6506 /pkgs/tools/system/supervise
parentcb02fae72fd8b77a801ba830592e49fa077f09bc (diff)
downloadnixpkgs-a694e89be4b082014164a1bc295e7ef1f846ab99.tar
nixpkgs-a694e89be4b082014164a1bc295e7ef1f846ab99.tar.gz
nixpkgs-a694e89be4b082014164a1bc295e7ef1f846ab99.tar.bz2
nixpkgs-a694e89be4b082014164a1bc295e7ef1f846ab99.tar.lz
nixpkgs-a694e89be4b082014164a1bc295e7ef1f846ab99.tar.xz
nixpkgs-a694e89be4b082014164a1bc295e7ef1f846ab99.tar.zst
nixpkgs-a694e89be4b082014164a1bc295e7ef1f846ab99.zip
supervise: 1.2.0 -> 1.3.0
Diffstat (limited to 'pkgs/tools/system/supervise')
-rw-r--r--pkgs/tools/system/supervise/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/supervise/default.nix b/pkgs/tools/system/supervise/default.nix
index c264b73b502..ef0b1b3b2ac 100644
--- a/pkgs/tools/system/supervise/default.nix
+++ b/pkgs/tools/system/supervise/default.nix
@@ -3,11 +3,11 @@
 stdenv.mkDerivation rec {
 
   name = "supervise-${version}";
-  version = "1.2.0";
+  version = "1.3.0";
 
   src = fetchzip {
     url = "https://github.com/catern/supervise/releases/download/v${version}/supervise-${version}.tar.gz";
-    sha256 = "07v3197nf3jbx2w6jxzyk9b8p5qjj9irpr4jvv5lkfbi7s6rav3k";
+    sha256 = "1y3jaqzprlkba2165nlcr250jc3mpxawd5sfjryb3db1nw66al04";
   };
 
   meta = with stdenv.lib; {