Skip to content

Commit

Permalink
Merge pull request #190916 from r-ryantm/auto-update/cf-vault
Browse files Browse the repository at this point in the history
cf-vault: 0.0.11 -> 0.0.13
  • Loading branch information
viraptor committed Sep 13, 2022
2 parents df2a9ee + d99a622 commit baa7e5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/cf-vault/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{buildGoModule, fetchFromGitHub, lib}:
buildGoModule rec {
pname = "cf-vault";
version = "0.0.11";
version = "0.0.13";

src = fetchFromGitHub {
owner = "jacobbednarz";
repo = pname;
rev = version;
sha256 = "sha256-Imd9qeT4xg5ujVPLHSSqoteSPl9t97q3Oc4C/vzHphg=";
sha256 = "sha256-wW/CSF+DexrdmOvp3BpyBmltOyF4TBTW3OXwjdqfaR4=";
};

vendorSha256 = "sha256-PkmbVg5HnsUaSL/Kp3YJVdyzpjgvr/p9mKNmOubwXQA=";
vendorSha256 = "sha256-H44YCoay/dVL22YhMy2AT/Jageu0pM9IS0SWPp9E4F8=";

meta = with lib; {
description = ''
Expand Down

0 comments on commit baa7e5a

Please sign in to comment.