Commit 181f1c08 authored by R. RyanTM's avatar R. RyanTM
Browse files

dotenv-cli: 7.4.3 -> 8.0.0

parent 92cd2400
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,18 +10,18 @@
}:
stdenv.mkDerivation rec {
  pname = "dotenv-cli";
  version = "7.4.3";
  version = "8.0.0";

  src = fetchFromGitHub {
    owner = "entropitor";
    repo = "dotenv-cli";
    rev = "v${version}";
    hash = "sha256-kR9LSHvbvKLuJBGrsmYMeqF3s8SF+/99OeNlKp9azI8=";
    hash = "sha256-cqJGw6z0m1ImFEmG2jfcYjaKVhrGyM4hbOAHC7xNAFY=";
  };

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

  nativeBuildInputs = [