mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
nu_scripts: 0-unstable-2024-05-15 -> 0-unstable-2024-05-19
This commit is contained in:
parent
3d7cb74a39
commit
d87778fd7e
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "nu_scripts";
|
||||
version = "0-unstable-2024-05-15";
|
||||
version = "0-unstable-2024-05-19";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nushell";
|
||||
repo = pname;
|
||||
rev = "8a77d51e9327cfb4da902f8beb4062f2d42184b8";
|
||||
hash = "sha256-3nqi5ffBAMcP80Nzp2nepoMGad/Tjaxnj7cbGcDA8b0=";
|
||||
rev = "66c76a9dbd41ea4fb07fde0eb8474a3ae941db12";
|
||||
hash = "sha256-X/epUJkS3qppjjmmMZ+gfK8DNkt6brZQocbFyKXzVTA=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue