summary refs log tree commit diff
path: root/pkgs/shells/dash
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-20 19:54:21 -0700
committerOrivej Desh <orivej@gmx.fr>2018-05-21 09:17:45 +0000
commitcdd0d9944ad0ad2d3fbd1e793300a7959a22284f (patch)
tree1fa4073bb06c5056de4def1303605eedf24aba9f /pkgs/shells/dash
parent8870e3a510cd3b39e99bfa82972ff024417be747 (diff)
downloadnixpkgs-cdd0d9944ad0ad2d3fbd1e793300a7959a22284f.tar
nixpkgs-cdd0d9944ad0ad2d3fbd1e793300a7959a22284f.tar.gz
nixpkgs-cdd0d9944ad0ad2d3fbd1e793300a7959a22284f.tar.bz2
nixpkgs-cdd0d9944ad0ad2d3fbd1e793300a7959a22284f.tar.lz
nixpkgs-cdd0d9944ad0ad2d3fbd1e793300a7959a22284f.tar.xz
nixpkgs-cdd0d9944ad0ad2d3fbd1e793300a7959a22284f.tar.zst
nixpkgs-cdd0d9944ad0ad2d3fbd1e793300a7959a22284f.zip
dash: 0.5.10.1 -> 0.5.10.2
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/shdckmx580jc9c283dxlnl47gfj5lykc-dash-0.5.10.2/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/f099316518721d966018e207da80b59f
- du listing: https://gist.github.com/943c0fa7050582ee37c58883869edf64
Diffstat (limited to 'pkgs/shells/dash')
-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 c852e1feb33..2db8edd5e0c 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.1";
+  name = "dash-0.5.10.2";
 
   src = fetchurl {
     url = "http://gondor.apana.org.au/~herbert/dash/files/${name}.tar.gz";
-    sha256 = "1bl4brz5vy07lrss54glp4vfca3q8d73hyc87sqdk99f76z95b6s";
+    sha256 = "0wb0bwmqc661hylqcfdp7l7x12myw3vpqk513ncyqrjwvhckjriw";
   };
 
   hardeningDisable = [ "format" ];