lol

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

authored by

R. RyanTM and committed by
Orivej Desh
cdd0d994 8870e3a5

+2 -2
+2 -2
pkgs/shells/dash/default.nix
··· 1 1 { stdenv, fetchurl }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "dash-0.5.10.1"; 4 + name = "dash-0.5.10.2"; 5 5 6 6 src = fetchurl { 7 7 url = "http://gondor.apana.org.au/~herbert/dash/files/${name}.tar.gz"; 8 - sha256 = "1bl4brz5vy07lrss54glp4vfca3q8d73hyc87sqdk99f76z95b6s"; 8 + sha256 = "0wb0bwmqc661hylqcfdp7l7x12myw3vpqk513ncyqrjwvhckjriw"; 9 9 }; 10 10 11 11 hardeningDisable = [ "format" ];