We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7966716 + 181f1c0 commit 90f52a4Copy full SHA for 90f52a4
pkgs/by-name/do/dotenv-cli/package.nix
@@ -10,18 +10,18 @@
10
}:
11
stdenv.mkDerivation rec {
12
pname = "dotenv-cli";
13
- version = "7.4.3";
+ version = "8.0.0";
14
15
src = fetchFromGitHub {
16
owner = "entropitor";
17
repo = "dotenv-cli";
18
rev = "v${version}";
19
- hash = "sha256-kR9LSHvbvKLuJBGrsmYMeqF3s8SF+/99OeNlKp9azI8=";
+ hash = "sha256-cqJGw6z0m1ImFEmG2jfcYjaKVhrGyM4hbOAHC7xNAFY=";
20
};
21
22
yarnOfflineCache = fetchYarnDeps {
23
yarnLock = "${src}/yarn.lock";
24
- hash = "sha256-Sx5DHUAXquqMqJgvhvHcRPqkfWN49+6icUQIos6OHCg=";
+ hash = "sha256-/w9MZ+hNEwB41VwPSYEY6V0uWmZ4Tsev3h2fa/REm2E=";
25
26
27
nativeBuildInputs = [
0 commit comments