mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nu_scripts: 0-unstable-2024-06-29 -> 0-unstable-2024-07-03
This commit is contained in:
parent
8f3b38daf2
commit
53e6c0d620
@ -6,13 +6,13 @@
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "nu_scripts";
|
||||
version = "0-unstable-2024-06-29";
|
||||
version = "0-unstable-2024-07-03";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nushell";
|
||||
repo = pname;
|
||||
rev = "61a805eb06f27dfb4651877ae4e0fd85e2b9f1b7";
|
||||
hash = "sha256-ZcpcxRKtx2lS39c09txLGysRkLq6dNyy+9aZNrfGcT0=";
|
||||
rev = "d6cf03e315f029f6e270fb3949d02432f31a0a04";
|
||||
hash = "sha256-cFZ5khjSqg0C4rlkGuAPlZeJO8EOBmz9/B9SMEJFbRA=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user