mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
nu_scripts: 0-unstable-2024-05-08 -> 0-unstable-2024-05-15
This commit is contained in:
parent
0f2ebf4b0b
commit
773835677b
|
@ -6,13 +6,13 @@
|
|||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "nu_scripts";
|
||||
version = "0-unstable-2024-05-08";
|
||||
version = "0-unstable-2024-05-15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nushell";
|
||||
repo = pname;
|
||||
rev = "afde2592a6254be7c14ccac520cb608bd1adbaf9";
|
||||
hash = "sha256-jYjtmprgsRGunrDwCzsXDKPK7SOqFdl37F4VCQDKpNs=";
|
||||
rev = "8a77d51e9327cfb4da902f8beb4062f2d42184b8";
|
||||
hash = "sha256-3nqi5ffBAMcP80Nzp2nepoMGad/Tjaxnj7cbGcDA8b0=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue