about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-29 23:48:31 +0200
committerGitHub <noreply@github.com>2021-06-29 23:48:31 +0200
commit231e58b113dd5595a75f99a0dda1d659f5505fef (patch)
tree21854875e9627839669fb3ea2fb76ac6aa94219d /pkgs/shells
parentad5a60e38031d101228a434940927596855b3ec2 (diff)
parentbfe0f44b28b69ed0bc590c20f34c7a63af05723d (diff)
downloadnixlib-231e58b113dd5595a75f99a0dda1d659f5505fef.tar
nixlib-231e58b113dd5595a75f99a0dda1d659f5505fef.tar.gz
nixlib-231e58b113dd5595a75f99a0dda1d659f5505fef.tar.bz2
nixlib-231e58b113dd5595a75f99a0dda1d659f5505fef.tar.lz
nixlib-231e58b113dd5595a75f99a0dda1d659f5505fef.tar.xz
nixlib-231e58b113dd5595a75f99a0dda1d659f5505fef.tar.zst
nixlib-231e58b113dd5595a75f99a0dda1d659f5505fef.zip
Merge pull request #128556 from r-ryantm/auto-update/fish
fish: 3.2.2 -> 3.3.0
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 a5754290426d..23edf2068175 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.2.2";
+    version = "3.3.0";
 
     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 = "WUTaGoiT0RsIKKT9kTbuF0VJ2v+z0K392JF4Vv5rQAk=";
+      sha256 = "sha256-pCFeTKsqWxAbC4hDcgvaPH65jooU3KCVC47xfpQoL6o=";
     };
 
     # Fix FHS paths in tests