Merge pull request #159826 from r-ryantm/auto-update/vaultenv

vaultenv: 0.13.3 -> 0.14.0
This commit is contained in:
Renaud 2022-03-05 21:26:43 +01:00 committed by GitHub
commit c45608c6cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,13 +28,13 @@
}:
mkDerivation rec {
pname = "vaultenv";
version = "0.13.3";
version = "0.14.0";
src = fetchFromGitHub {
owner = "channable";
repo = "vaultenv";
rev = "v${version}";
sha256 = "sha256-17tdlqG8z4GviI7kkLbktC6SqnQFDdZhWtejscG0n48=";
sha256 = "sha256-sH4iaKQXgwI/WISXzMR7xqh9Dyx61U/gjYn7exgUetI=";
};
buildTools = [ hpack ];