Updates
All checks were successful
Nix Build / build-nixos (push) Successful in 5m59s

This commit is contained in:
soraefir
2024-08-18 10:36:21 +02:00
parent 38fd971314
commit 692b613613
4 changed files with 1530 additions and 775 deletions

View File

@ -1,10 +1,10 @@
{ final, prev, ... }:
prev.yarn-berry.overrideAttrs (old: rec {
version = "3.6.3";
version = "4.4.0";
src = prev.fetchFromGitHub {
owner = "yarnpkg";
repo = "berry";
rev = "@yarnpkg/cli/${version}";
hash = "sha256-5QEnFalOEMs1bKYDYpFGnF1YwiGuW3ZxstyJAjz1/KQ=";
hash = "sha256-5QEnFalOEMs1bKYDYaFGnFaYwiGuW3ZxstyJAjz1/KQ=";
};
})