yarn-berry: fix name

This commit is contained in:
Mario Rodas 2024-04-07 04:20:00 +00:00
parent 86a264e727
commit 227f0a708e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ fetchFromGitHub, lib, nodejs, stdenv, yarn }:
stdenv.mkDerivation rec {
name = "yarn-berry";
pname = "yarn-berry";
version = "4.1.1";
src = fetchFromGitHub {