dotenv-cli: 10.0.0 -> 11.0.0

This commit is contained in:
dish
2025-10-29 12:20:07 -04:00
parent 134fe04e1d
commit e074d3a35f

View File

@@ -10,18 +10,18 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dotenv-cli"; pname = "dotenv-cli";
version = "10.0.0"; version = "11.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "entropitor"; owner = "entropitor";
repo = "dotenv-cli"; repo = "dotenv-cli";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-prSGIEHf6wRqOFVsn3Ws25yG7Ga2YEbiU/IMP3QeLXU="; hash = "sha256-oPgi2l6YNt7WyaOzr7EkjgXOitpw9PY7tmN86bUM88Q=";
}; };
yarnOfflineCache = fetchYarnDeps { yarnOfflineCache = fetchYarnDeps {
yarnLock = "${src}/yarn.lock"; yarnLock = "${src}/yarn.lock";
hash = "sha256-rbG1oM1mEZSB/eYp87YMi6v9ves5YR7u7rkQRlziz7I="; hash = "sha256-I/DzRBETcusE4YS3nC47I1igsVzophNXoVtcD+upZPc=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [