about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/driftctl
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-24 08:03:49 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-01-31 09:27:16 -0800
commit99e3249cb1df551a8d31d16a72b4ee9c58297aad (patch)
treee416ae55f589ab31e1a2e6ab0aac7049ff2a6c7d /pkgs/applications/networking/cluster/driftctl
parenta609752d29b6a913620dae85414975d05154ba98 (diff)
driftctl: 0.18.3 -> 0.18.5
Diffstat (limited to 'pkgs/applications/networking/cluster/driftctl')
-rw-r--r--pkgs/applications/networking/cluster/driftctl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/driftctl/default.nix b/pkgs/applications/networking/cluster/driftctl/default.nix
index 5243c4130f14c..36b3141b31fbc 100644
--- a/pkgs/applications/networking/cluster/driftctl/default.nix
+++ b/pkgs/applications/networking/cluster/driftctl/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "driftctl";
-  version = "0.18.3";
+  version = "0.18.5";
 
   src = fetchFromGitHub {
     owner = "cloudskiff";
     repo = "driftctl";
     rev = "v${version}";
-    sha256 = "sha256-JD3T0dCRg0UQlG0pWnI8RJZuRrIFfSMVHMoaEIymdWE=";
+    sha256 = "sha256-Qz/yObF1Df62Hqwl6fPHGkWcsifvgO5EfeiyU3aql3Q=";
   };
 
-  vendorSha256 = "sha256-g3+g+mPXEO2ZcVraKuVYZCMBD5zEr1l8ogcYt3r4UjU=";
+  vendorSha256 = "sha256-wOk4IXD9qHG8R4iddlc4TLH39jVSof9bwTDU1kyAmuA=";
 
   postUnpack = ''
     # Without this, tests fail to locate aws/3.19.0.json