summary refs log tree commit diff
path: root/pkgs/shells/dash/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-17 14:08:28 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-17 23:08:28 +0200
commit00ddd6a8ae9989ada2cb1a70b0c6cfb1022f6b1e (patch)
treeb1eff37e41c291d7edee9ffd869f819a23b4491e /pkgs/shells/dash/default.nix
parent26f06ddb16336f15a438a7e7a3137799c46d9a58 (diff)
downloadnixpkgs-00ddd6a8ae9989ada2cb1a70b0c6cfb1022f6b1e.tar
nixpkgs-00ddd6a8ae9989ada2cb1a70b0c6cfb1022f6b1e.tar.gz
nixpkgs-00ddd6a8ae9989ada2cb1a70b0c6cfb1022f6b1e.tar.bz2
nixpkgs-00ddd6a8ae9989ada2cb1a70b0c6cfb1022f6b1e.tar.lz
nixpkgs-00ddd6a8ae9989ada2cb1a70b0c6cfb1022f6b1e.tar.xz
nixpkgs-00ddd6a8ae9989ada2cb1a70b0c6cfb1022f6b1e.tar.zst
nixpkgs-00ddd6a8ae9989ada2cb1a70b0c6cfb1022f6b1e.zip
dash: 0.5.10 -> 0.5.10.1 (#40677)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/xdfhswm4pr989ad5582dphj02nlhd09g-dash-0.5.10.1/bin/dash 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.
- directory tree listing: https://gist.github.com/c7533f80b4151e29fb67f31acbea016b
- du listing: https://gist.github.com/455f25b553fefbc281441c80772198d1
Diffstat (limited to 'pkgs/shells/dash/default.nix')
-rw-r--r--pkgs/shells/dash/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/dash/default.nix b/pkgs/shells/dash/default.nix
index 5f26801ca6d..c852e1feb33 100644
--- a/pkgs/shells/dash/default.nix
+++ b/pkgs/shells/dash/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "dash-0.5.10";
+  name = "dash-0.5.10.1";
 
   src = fetchurl {
     url = "http://gondor.apana.org.au/~herbert/dash/files/${name}.tar.gz";
-    sha256 = "1arimvc9zcghhb3nin9z3yr5706vxfri4a9r3j9j9d0n676f0w5d";
+    sha256 = "1bl4brz5vy07lrss54glp4vfca3q8d73hyc87sqdk99f76z95b6s";
   };
 
   hardeningDisable = [ "format" ];