summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-11 12:35:27 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-11 21:35:27 +0200
commit4f06c77709cb23bd10927c85d4bf24ed4ed82eb2 (patch)
treec0303c7cb0e99396372134e5fb6eb2fb9179da37
parent7c2d43f3f93fbffec09cbf7a1b9b0b53bc58568b (diff)
downloadnixlib-4f06c77709cb23bd10927c85d4bf24ed4ed82eb2.tar
nixlib-4f06c77709cb23bd10927c85d4bf24ed4ed82eb2.tar.gz
nixlib-4f06c77709cb23bd10927c85d4bf24ed4ed82eb2.tar.bz2
nixlib-4f06c77709cb23bd10927c85d4bf24ed4ed82eb2.tar.lz
nixlib-4f06c77709cb23bd10927c85d4bf24ed4ed82eb2.tar.xz
nixlib-4f06c77709cb23bd10927c85d4bf24ed4ed82eb2.tar.zst
nixlib-4f06c77709cb23bd10927c85d4bf24ed4ed82eb2.zip
hstr: 1.24 -> 1.25 (#40352)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/7z31mpl2b4dh98vvb04nx4hzrrh5k6ak-hstr-1.25/bin/hh -h’ got 0 exit code
- ran ‘/nix/store/7z31mpl2b4dh98vvb04nx4hzrrh5k6ak-hstr-1.25/bin/hh --help’ got 0 exit code
- ran ‘/nix/store/7z31mpl2b4dh98vvb04nx4hzrrh5k6ak-hstr-1.25/bin/hstr -h’ got 0 exit code
- ran ‘/nix/store/7z31mpl2b4dh98vvb04nx4hzrrh5k6ak-hstr-1.25/bin/hstr --help’ got 0 exit code
- found 1.25 with grep in /nix/store/7z31mpl2b4dh98vvb04nx4hzrrh5k6ak-hstr-1.25
- directory tree listing: https://gist.github.com/78f6aa615325f274537cb003e3aabf26
-rw-r--r--pkgs/applications/misc/hstr/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/hstr/default.nix b/pkgs/applications/misc/hstr/default.nix
index db50b0d2169a..026cf9ecc14a 100644
--- a/pkgs/applications/misc/hstr/default.nix
+++ b/pkgs/applications/misc/hstr/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name    = "hstr-${version}";
-  version = "1.24";
+  version = "1.25";
 
   src = fetchurl {
     url = "https://github.com/dvorka/hstr/releases/download/${version}/hh-${version}-src.tgz";
-    sha256 = "0w8is777fwq6r17zhl9xwrv9f7vanllzjiasx1pg6pxvppq7rh0x";
+    sha256 = "10njj0a3s5czv497wk3whka3gxr7vmhabs12vaw7kgb07h4ssnhg";
   };
 
   buildInputs = [ readline ncurses ];