summary refs log tree commit diff
path: root/pkgs/shells/dash
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-05-25 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-05-25 04:20:00 +0000
commitba2290852fa19a73e9122559de177c72e5510ad2 (patch)
tree179efded3ca75603c7a2a38043e12794039d3feb /pkgs/shells/dash
parente855c8a40a4ec9876d7ab6b247458eecc2fe9a0c (diff)
downloadnixpkgs-ba2290852fa19a73e9122559de177c72e5510ad2.tar
nixpkgs-ba2290852fa19a73e9122559de177c72e5510ad2.tar.gz
nixpkgs-ba2290852fa19a73e9122559de177c72e5510ad2.tar.bz2
nixpkgs-ba2290852fa19a73e9122559de177c72e5510ad2.tar.lz
nixpkgs-ba2290852fa19a73e9122559de177c72e5510ad2.tar.xz
nixpkgs-ba2290852fa19a73e9122559de177c72e5510ad2.tar.zst
nixpkgs-ba2290852fa19a73e9122559de177c72e5510ad2.zip
dash: 0.5.11.4 -> 0.5.11.5
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 f33fd5520f8..3b362b4bdee 100644
--- a/pkgs/shells/dash/default.nix
+++ b/pkgs/shells/dash/default.nix
@@ -11,11 +11,11 @@
 
 stdenv.mkDerivation rec {
   pname = "dash";
-  version = "0.5.11.4";
+  version = "0.5.11.5";
 
   src = fetchurl {
     url = "http://gondor.apana.org.au/~herbert/dash/files/${pname}-${version}.tar.gz";
-    sha256 = "13g06zqfy4n7jkrbb5l1vw0xcnjvq76i16al8fjc5g33afxbf5af";
+    sha256 = "sha256-23eBEIkfeTeYXym/I0EP4cXWaVAnYPWE5U4OeynhI70=";
   };
 
   hardeningDisable = [ "format" ];