From 6cc2763bae1ee1ce3c72c42469799bf39e945a1c Mon Sep 17 00:00:00 2001 From: alsaiduq-lab Date: Sun, 30 Mar 2025 18:26:45 -0600 Subject: [PATCH] hope no one ever notices this --- pkgs/fish-rust/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/fish-rust/default.nix b/pkgs/fish-rust/default.nix index 0f09311..26ffa67 100644 --- a/pkgs/fish-rust/default.nix +++ b/pkgs/fish-rust/default.nix @@ -8,7 +8,7 @@ }: rustPlatform.buildRustPackage rec { pname = "fish"; - version = "4.1-2025-03-16-rust-${builtins.substring 0 7 "642ec399ca17bbde973dc20461335396fe922e4c"}"; + version = "4.0.1-2025-03-16-rust-${builtins.substring 0 7 "642ec399ca17bbde973dc20461335396fe922e4c"}"; src = fetchgit { url = "https://github.com/fish-shell/fish-shell.git";