summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKid <44045911+kidonng@users.noreply.github.com>2022-03-13 15:01:40 +0800
committerCole Helbling <cole.e.helbling@outlook.com>2022-03-31 14:26:39 -0700
commitf034526e351199d8feadee84e740fcbe1b75f24d (patch)
treef65971d041e6d59c3016ddfcf26702653249cc7d
parentmastodon: use correct GitHub Url (diff)
downloadnixpkgs-f034526e351199d8feadee84e740fcbe1b75f24d.tar.gz
fish: 3.3.1 -> 3.4.0
(cherry picked from commit a9f0d6993ab67752d82323936fd3f6daaf00c7a7)
-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 c154300aa422..f598507a63fc 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.1";
+ version = "3.4.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 = "sha256-tbTuGlJpdiy76ZOkvWUH5nXkEAzpu+hCFKXusrGfrok=";
+ sha256 = "sha256-tbSKuEhrGe9xajL39GuIuepTVhVfDpZ+6Z9Ak2RUE8U=";
};
# Fix FHS paths in tests