From cdd0d9944ad0ad2d3fbd1e793300a7959a22284f Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sun, 20 May 2018 19:54:21 -0700 Subject: 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 --- pkgs/shells/dash/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/shells/dash') diff --git a/pkgs/shells/dash/default.nix b/pkgs/shells/dash/default.nix index c852e1feb33b..2db8edd5e0ca 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" ]; -- cgit 1.4.1