Merge pull request #56735 from qolii/fish_update_301_302

fish: 3.0.1 -> 3.0.2
This commit is contained in:
Elis Hirwing 2019-03-03 08:40:23 +01:00 committed by GitHub
commit 6518e5f9cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -89,7 +89,7 @@ let
fish = stdenv.mkDerivation rec {
name = "fish-${version}";
version = "3.0.1";
version = "3.0.2";
etcConfigAppendix = builtins.toFile "etc-config.appendix.fish" etcConfigAppendixText;
@ -97,7 +97,7 @@ let
# There are differences between the release tarball and the tarball github packages from the tag
# Hence we cannot use fetchFromGithub
url = "https://github.com/fish-shell/fish-shell/releases/download/${version}/${name}.tar.gz";
sha256 = "1r55xgnacjxglban15ln3fw8p3q60k0pk0fgsax3h5zfambplrr1";
sha256 = "03j3jl9jzlnhq4p86zj8wqsh5sx45j1d1fvfa80ks1cfdg68qwhl";
};
nativeBuildInputs = [ cmake ];