nu_scripts: unstable-2023-08-24 -> unstable-2023-10-07
This commit is contained in:
parent
535734e71c
commit
83ff0c8923
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "nu_scripts";
|
||||
version = "unstable-2023-08-24";
|
||||
version = "unstable-2023-10-07";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nushell";
|
||||
repo = pname;
|
||||
rev = "36a45f28a39ee1526a748b53f438a41ae939fc7c";
|
||||
hash = "sha256-QhERyWomyOOk9aYRjm69ykzOR3G/uGM/A4Pr9PlB71w=";
|
||||
rev = "85da8c2fb5967a7f575d8f63ebeb8d49d36fc139";
|
||||
hash = "sha256-tT/BTnIXEgcMoyfujzWMFlOM7EclWT9LL/dt5jj7Y2M=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue