Skip to content

Commit b9e404d

Browse files
committedJul 13, 2017
dash: 0.5.8 -> 0.5.9.1
Contains mostly fixes as far as I can tell.
1 parent 30223dd commit b9e404d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/shells/dash/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{ stdenv, fetchurl }:
22

33
stdenv.mkDerivation rec {
4-
name = "dash-0.5.8";
4+
name = "dash-0.5.9.1";
55

66
src = fetchurl {
77
url = "http://gondor.apana.org.au/~herbert/dash/files/${name}.tar.gz";
8-
sha256 = "03y6z8akj72swa6f42h2dhq3p09xasbi6xia70h2vc27fwikmny6";
8+
sha256 = "5ecd5bea72a93ed10eb15a1be9951dd51b52e5da1d4a7ae020efd9826b49e659";
99
};
1010

1111
hardeningDisable = [ "format" ];

0 commit comments

Comments
 (0)
Please sign in to comment.