updating nonemclature

This commit is contained in:
alsaiduq-lab 2025-03-14 06:24:12 -06:00
parent e92cd95bd6
commit 6b7d4b921f

View file

@ -1,7 +1,7 @@
{ lib, rustPlatform, fetchgit, ncurses, sphinx, python3 }: { lib, rustPlatform, fetchgit, ncurses, sphinx, python3 }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "fish"; pname = "fish";
version = "4.1-2025-03-14"; version = "4.1-2025-03-14-rust";
src = fetchgit { src = fetchgit {
url = "https://github.com/fish-shell/fish-shell.git"; url = "https://github.com/fish-shell/fish-shell.git";
rev = "refs/heads/master"; rev = "refs/heads/master";