Merge pull request #315226 from r-ryantm/auto-update/nodenv

nodenv: 1.4.1 -> 1.5.0
This commit is contained in:
Weijia Wang
2024-06-02 19:16:29 +02:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "nodenv";
version = "1.4.1";
version = "1.5.0";
src = fetchFromGitHub {
owner = "nodenv";
repo = "nodenv";
rev = "v${version}";
sha256 = "sha256-S7Uld7wiVJjwuvfupBodIAIOO2c/ywEmFfhEHVOCcCc=";
sha256 = "sha256-PGeZKL7qsffMAZIsCLB244Fuu48GyWw5Rh67ePu6h38=";
};
buildPhase = ''