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
This commit is contained in:
R. RyanTM 2018-05-20 19:54:21 -07:00 committed by Orivej Desh
parent 8870e3a510
commit cdd0d9944a

View file

@ -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" ];