Skip to content

Commit a94961f

Browse files
committed
dotenvx: 1.28.0 -> 1.32.0
1 parent 7fa1a3c commit a94961f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/do/dotenvx/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildNpmPackage rec {
1010
pname = "dotenvx";
11-
version = "1.28.0";
11+
version = "1.32.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "dotenvx";
1515
repo = "dotenvx";
1616
rev = "refs/tags/v${version}";
17-
hash = "sha256-MSLWr0d31mMn1Emsyb/1YSL74LzAwH8WI16ya8FN0Gc=";
17+
hash = "sha256-GOofZ8nBsncxdmoodA86s0HUuLGw6UxDpTcG6yKiE6k=";
1818
};
1919

20-
npmDepsHash = "sha256-pao2U3H28S1YL725vTzRpJ86TitiNKQ6dniwEUjC2nk=";
20+
npmDepsHash = "sha256-eRxOptiD23W6S1ey3Ev5AGdWLHE4+O1+IT/AP8tbVQU=";
2121

2222
dontNpmBuild = true;
2323

0 commit comments

Comments
 (0)