summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-06-28 20:25:07 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-06-28 20:25:07 +0000
commitbfe0f44b28b69ed0bc590c20f34c7a63af05723d (patch)
treeef144e2a3ccf953e3fc9988daef0f6c7059e6518 /pkgs/shells
parent498f4ee2436d5c4c2127864ecfcf2c5702211adc (diff)
downloadnixpkgs-bfe0f44b28b69ed0bc590c20f34c7a63af05723d.tar
nixpkgs-bfe0f44b28b69ed0bc590c20f34c7a63af05723d.tar.gz
nixpkgs-bfe0f44b28b69ed0bc590c20f34c7a63af05723d.tar.bz2
nixpkgs-bfe0f44b28b69ed0bc590c20f34c7a63af05723d.tar.lz
nixpkgs-bfe0f44b28b69ed0bc590c20f34c7a63af05723d.tar.xz
nixpkgs-bfe0f44b28b69ed0bc590c20f34c7a63af05723d.tar.zst
nixpkgs-bfe0f44b28b69ed0bc590c20f34c7a63af05723d.zip
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 a5754290426..23edf206817 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