summary refs log tree commit diff
path: root/pkgs/shells/fish
diff options
context:
space:
mode:
authorrnhmjoj <micheleguerinirocco@me.com>2017-02-04 20:58:55 +0100
committerrnhmjoj <micheleguerinirocco@me.com>2017-02-04 20:58:55 +0100
commitb0f1881440b29b8c681671648a483a45b8fb277e (patch)
treea7d195cb190f08181061c097d969f58e1e0aa45e /pkgs/shells/fish
parent9e299acf873285e30008588ac3e21cda12f865fb (diff)
downloadnixpkgs-b0f1881440b29b8c681671648a483a45b8fb277e.tar
nixpkgs-b0f1881440b29b8c681671648a483a45b8fb277e.tar.gz
nixpkgs-b0f1881440b29b8c681671648a483a45b8fb277e.tar.bz2
nixpkgs-b0f1881440b29b8c681671648a483a45b8fb277e.tar.lz
nixpkgs-b0f1881440b29b8c681671648a483a45b8fb277e.tar.xz
nixpkgs-b0f1881440b29b8c681671648a483a45b8fb277e.tar.zst
nixpkgs-b0f1881440b29b8c681671648a483a45b8fb277e.zip
fish: 2.3.1 -> 2.5.0
Diffstat (limited to 'pkgs/shells/fish')
-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 f4da2f6fcda..5bdf295cc6e 100644
--- a/pkgs/shells/fish/default.nix
+++ b/pkgs/shells/fish/default.nix
@@ -8,13 +8,13 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "fish-${version}";
-  version = "2.3.1";
+  version = "2.5.0";
 
   patches = [ ./etc_config.patch ];
 
   src = fetchurl {
     url = "http://fishshell.com/files/${version}/${name}.tar.gz";
-    sha256 = "0r46p64lg6da3v6chsa4gisvl04kd3rpy60yih8r870kbp9wm2ij";
+    sha256 = "19djav128nkhjxgfhwhc32i5y9d9c3karbh5yg67kqrdranyvh7q";
   };
 
   buildInputs = [ ncurses libiconv pcre2 ];