mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
nu_scripts: unstable-2023-11-22 -> unstable-2023-12-29
This commit is contained in:
parent
3d54a95d71
commit
0e13c454ef
@ -6,13 +6,13 @@
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "nu_scripts";
|
||||
version = "unstable-2023-11-22";
|
||||
version = "unstable-2023-12-29";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nushell";
|
||||
repo = pname;
|
||||
rev = "91b6a2b2280123ed5789f5c0870b9de22c722fb3";
|
||||
hash = "sha256-nRplK0w55I1rk15tfkCMxFBqTR9ihhnE/tHRs9mKLdY=";
|
||||
rev = "9b7c1772e21b71c2233e1dc14259ac9d43ac0d10";
|
||||
hash = "sha256-4r6B+SZeXieNspmanMerGf7LH1Pa6vtK4U7hl29IOiU=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user