summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 12:03:25 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-27 12:03:25 -0700
commitf188b63b6a295d627eb5bdea27fc462bc9c1b2c2 (patch)
treed4ffd655b504f1499418f7eafbc9e404a3f10498 /pkgs/tools/misc
parent7c9d95fef59e2bc80fbde535df235a93d6690cc3 (diff)
downloadnixlib-f188b63b6a295d627eb5bdea27fc462bc9c1b2c2.tar
nixlib-f188b63b6a295d627eb5bdea27fc462bc9c1b2c2.tar.gz
nixlib-f188b63b6a295d627eb5bdea27fc462bc9c1b2c2.tar.bz2
nixlib-f188b63b6a295d627eb5bdea27fc462bc9c1b2c2.tar.lz
nixlib-f188b63b6a295d627eb5bdea27fc462bc9c1b2c2.tar.xz
nixlib-f188b63b6a295d627eb5bdea27fc462bc9c1b2c2.tar.zst
nixlib-f188b63b6a295d627eb5bdea27fc462bc9c1b2c2.zip
units: 2.16 -> 2.17
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/31sfwbmnw4vpchikbc0fv88hwqa6j7pk-units-2.17/bin/units passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 2.17 with grep in /nix/store/31sfwbmnw4vpchikbc0fv88hwqa6j7pk-units-2.17
- directory tree listing: https://gist.github.com/9398a46bc8272d0edd66c877ba0cd160
- du listing: https://gist.github.com/d78a308aacca7211f8470bf140a8c773
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/units/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/units/default.nix b/pkgs/tools/misc/units/default.nix
index f66f6c3642e7..23e28c3c286a 100644
--- a/pkgs/tools/misc/units/default.nix
+++ b/pkgs/tools/misc/units/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "units-${version}";
-  version = "2.16";
+  version = "2.17";
 
   src = fetchurl {
     url = "mirror://gnu/units/${name}.tar.gz";
-    sha256 = "11hnp3gcmcc5kci2caxw4hs6m08h2mhqs3xzqq7iafx1ha2ggwyw";
+    sha256 = "1n2xzpnxfn475zkd8rzs5gg58xszjbr4bdbgvk6hryzimvwwj0qz";
   };
 
   buildInputs = [ readline ];