Skip to content

Commit 90f52a4

Browse files
authored
dotenv-cli: 7.4.3 -> 8.0.0 (#373243)
2 parents 7966716 + 181f1c0 commit 90f52a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/do/dotenv-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
}:
1111
stdenv.mkDerivation rec {
1212
pname = "dotenv-cli";
13-
version = "7.4.3";
13+
version = "8.0.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "entropitor";
1717
repo = "dotenv-cli";
1818
rev = "v${version}";
19-
hash = "sha256-kR9LSHvbvKLuJBGrsmYMeqF3s8SF+/99OeNlKp9azI8=";
19+
hash = "sha256-cqJGw6z0m1ImFEmG2jfcYjaKVhrGyM4hbOAHC7xNAFY=";
2020
};
2121

2222
yarnOfflineCache = fetchYarnDeps {
2323
yarnLock = "${src}/yarn.lock";
24-
hash = "sha256-Sx5DHUAXquqMqJgvhvHcRPqkfWN49+6icUQIos6OHCg=";
24+
hash = "sha256-/w9MZ+hNEwB41VwPSYEY6V0uWmZ4Tsev3h2fa/REm2E=";
2525
};
2626

2727
nativeBuildInputs = [

0 commit comments

Comments
 (0)