File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -150,13 +150,13 @@ let
150150in
151151stdenv . 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
You can’t perform that action at this time.
0 commit comments