mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nu_scripts: 0-unstable-2025-05-15 -> 0-unstable-2025-05-22 (#411680)
This commit is contained in:
commit
b7a2e47e12
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
pname = "nu_scripts";
|
pname = "nu_scripts";
|
||||||
version = "0-unstable-2025-05-15";
|
version = "0-unstable-2025-05-22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nushell";
|
owner = "nushell";
|
||||||
repo = "nu_scripts";
|
repo = "nu_scripts";
|
||||||
rev = "b2d512f6c67f68895a26136c6ce552281efbec6e";
|
rev = "765555beddc3c81555e6b70abb2542c37a1c0ad6";
|
||||||
hash = "sha256-iC5Qmyn9vDr4b1BWtJkC3pl2dOam2Se51+ENvRdXlvA=";
|
hash = "sha256-/LoeL4BILPSOv3jnURcuuQhuRLdE0amBGnEOTB+LLgI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue