mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #296838 from r-ryantm/auto-update/nu_scripts
nu_scripts: unstable-2024-03-12 -> unstable-2024-03-17
This commit is contained in:
commit
633722af82
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "nu_scripts";
|
||||
version = "unstable-2024-03-12";
|
||||
version = "unstable-2024-03-17";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nushell";
|
||||
repo = pname;
|
||||
rev = "c2ef662e48223938b1ae35b95d2f28cd5b531fba";
|
||||
hash = "sha256-EMpBJhPtuUMZ4FQTf/uJhZOz1DzHW56utLes3RdwK/0=";
|
||||
rev = "7d662ad5c5e6cc33162034f6191f97394bdc9d6b";
|
||||
hash = "sha256-fJ05NC5N/90qLWuBR7RcrH5U4615MBAZEiVwg6JZp24=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue