about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-07-07 00:46:23 +0000
committerCole Helbling <cole.e.helbling@outlook.com>2021-07-06 23:19:05 -0700
commit91887fed8dd3e8450329280c4efc4682225d4c7c (patch)
tree8ee5c83f404b9b9820fdbc035a152d361749f7c5 /pkgs/shells
parent899ecadfc94809fec3374d4e4dafaae1399cfb7e (diff)
downloadnixlib-91887fed8dd3e8450329280c4efc4682225d4c7c.tar
nixlib-91887fed8dd3e8450329280c4efc4682225d4c7c.tar.gz
nixlib-91887fed8dd3e8450329280c4efc4682225d4c7c.tar.bz2
nixlib-91887fed8dd3e8450329280c4efc4682225d4c7c.tar.lz
nixlib-91887fed8dd3e8450329280c4efc4682225d4c7c.tar.xz
nixlib-91887fed8dd3e8450329280c4efc4682225d4c7c.tar.zst
nixlib-91887fed8dd3e8450329280c4efc4682225d4c7c.zip
fish: 3.3.0 -> 3.3.1
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/fish/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix
index 23edf2068175..c53a9ed0fe2d 100644
--- a/pkgs/shells/fish/default.nix
+++ b/pkgs/shells/fish/default.nix
@@ -134,7 +134,7 @@ let
 
   fish = stdenv.mkDerivation rec {
     pname = "fish";
-    version = "3.3.0";
+    version = "3.3.1";
 
     src = fetchurl {
       # There are differences between the release tarball and the tarball GitHub
@@ -144,7 +144,7 @@ let
       # --version`), as well as the local documentation for all builtins (and
       # maybe other things).
       url = "https://github.com/fish-shell/fish-shell/releases/download/${version}/${pname}-${version}.tar.xz";
-      sha256 = "sha256-pCFeTKsqWxAbC4hDcgvaPH65jooU3KCVC47xfpQoL6o=";
+      sha256 = "sha256-tbTuGlJpdiy76ZOkvWUH5nXkEAzpu+hCFKXusrGfrok=";
     };
 
     # Fix FHS paths in tests