about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 15:36:26 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 15:36:26 -0700
commit7735d92c2a641e541a29831088b1a51f843a4490 (patch)
tree800ff8dfbf445ec897740fab935ce5b68e9f4d61 /pkgs/development/tools
parent7c9d95fef59e2bc80fbde535df235a93d6690cc3 (diff)
downloadnixlib-7735d92c2a641e541a29831088b1a51f843a4490.tar
nixlib-7735d92c2a641e541a29831088b1a51f843a4490.tar.gz
nixlib-7735d92c2a641e541a29831088b1a51f843a4490.tar.bz2
nixlib-7735d92c2a641e541a29831088b1a51f843a4490.tar.lz
nixlib-7735d92c2a641e541a29831088b1a51f843a4490.tar.xz
nixlib-7735d92c2a641e541a29831088b1a51f843a4490.tar.zst
nixlib-7735d92c2a641e541a29831088b1a51f843a4490.zip
redo: 1.2 -> 1.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/redo/versions.

These checks were done:

- built on NixOS
- /nix/store/vn68xm8zhynjkr2fwy9kqsl6018gdpxx-redo-1.3/bin/redo passed the binary check.
- /nix/store/vn68xm8zhynjkr2fwy9kqsl6018gdpxx-redo-1.3/bin/redo-ifcreate passed the binary check.
- /nix/store/vn68xm8zhynjkr2fwy9kqsl6018gdpxx-redo-1.3/bin/redo-ifchange passed the binary check.
- /nix/store/vn68xm8zhynjkr2fwy9kqsl6018gdpxx-redo-1.3/bin/cubehash passed the binary check.
- 4 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 1.3 with grep in /nix/store/vn68xm8zhynjkr2fwy9kqsl6018gdpxx-redo-1.3
- directory tree listing: https://gist.github.com/84977503f6853a878440094f1cbc80bf
- du listing: https://gist.github.com/d612673ea44c5055de7d93cbb8e63acc
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/build-managers/redo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/build-managers/redo/default.nix b/pkgs/development/tools/build-managers/redo/default.nix
index 8063b6747666..bd0562463fd7 100644
--- a/pkgs/development/tools/build-managers/redo/default.nix
+++ b/pkgs/development/tools/build-managers/redo/default.nix
@@ -1,10 +1,10 @@
 {stdenv, fetchurl, perl }:
 
 stdenv.mkDerivation rec {
-  name = "redo-1.2";
+  name = "redo-1.3";
   src = fetchurl {
     url = "https://jdebp.eu./Repository/freebsd/${name}.tar.gz";
-    sha256 = "0qr8plllxfn32r4rgnalzlhcs3b4l8a4ga8ig9v8i5iy1qnfhqnf";
+    sha256 = "1yx7nd59s01j096hr1zbnbx6mvd6ljzd4vgawh7p2l644jgwj70r";
   };
 
   nativeBuildInputs = [ perl /* for pod2man */ ];