nu_scripts: 0-unstable-2024-08-30 -> 0-unstable-2024-09-11
This commit is contained in:
parent
f05282e212
commit
fe05a75ac7
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "nu_scripts";
|
pname = "nu_scripts";
|
||||||
version = "0-unstable-2024-08-30";
|
version = "0-unstable-2024-09-11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nushell";
|
owner = "nushell";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "614b0733104a7753ed7d775224fe5918877b71de";
|
rev = "d04eea634a3ac35d481fa26c35271dfe175bf3e2";
|
||||||
hash = "sha256-EmlwDTEby2PAOQBUAhjiBJ8ymVW3H23V78dFaF8DQKw=";
|
hash = "sha256-uHD8j98WubyvtbtOqTdfGmeRJ7zoVDVZ9+CJzmB6vF0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user