Skip to content

Commit f8b0c8c

Browse files
ddogfooddvdemeester
authored andcommitted
1 parent 9e00108 commit f8b0c8c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pkgs/by-name/fi/fish/package.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,13 @@ let
150150
in
151151
stdenv.mkDerivation (finalAttrs: {
152152
pname = "fish";
153-
version = "4.3.2";
153+
version = "4.3.3";
154154

155155
src = fetchFromGitHub {
156156
owner = "fish-shell";
157157
repo = "fish-shell";
158158
tag = finalAttrs.version;
159-
hash = "sha256-/B4U3giKGmU5B/L5HQLS1lU8f7hsfI4aCeOjWcQ1dpA=";
159+
hash = "sha256-mAEsqAXwge5FUuYD4yge7TfwrmAyhpzjrbjPOoQKQDo=";
160160
};
161161

162162
env = {
@@ -169,7 +169,7 @@ stdenv.mkDerivation (finalAttrs: {
169169

170170
cargoDeps = rustPlatform.fetchCargoVendor {
171171
inherit (finalAttrs) src patches;
172-
hash = "sha256-/udRRs/ieLfazVTwM47ElExN40QdAG/OqQXmYurgC1I=";
172+
hash = "sha256-fwERCvGfBOXlVFHQl6moZV8kNmHA7N/PkS3eDaLKPkA=";
173173
};
174174

175175
patches = [
@@ -196,7 +196,6 @@ stdenv.mkDerivation (finalAttrs: {
196196
--replace-fail '"/bin/ls"' '"${lib.getExe' coreutils "ls"}"'
197197
198198
substituteInPlace src/highlight/highlight.rs \
199-
--replace-fail '"/bin/echo"' '"${lib.getExe' coreutils "echo"}"' \
200199
--replace-fail '"/bin/c"' '"${lib.getExe' coreutils "c"}"' \
201200
--replace-fail '"/bin/ca"' '"${lib.getExe' coreutils "ca"}"'
202201

0 commit comments

Comments
 (0)