mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
nu_scripts: unstable-2023-07-24 -> unstable-2023-07-29
This commit is contained in:
parent
c38219f1ce
commit
5becdd85fc
|
@ -6,13 +6,13 @@
|
|||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "nu_scripts";
|
||||
version = "unstable-2023-07-24";
|
||||
version = "unstable-2023-07-29";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nushell";
|
||||
repo = pname;
|
||||
rev = "e6adf4e0ae04f946fcc93a77e0992e2e00467e26";
|
||||
hash = "sha256-6hQEBotZyNuBL0vAzqS1C9LLMk2RMv5ZwFCcSI3aSU8=";
|
||||
rev = "3ee56c6ec31fcc8dbffee85e1c73eb6fe0bbba8d";
|
||||
hash = "sha256-luGIvcKOfhDorPfGfL449+eD+58MGo5jMCsNwIRJWt4=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue