3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #165110 from 06kellyjac/driftctl

driftctl: 0.23.2 -> 0.24.0
This commit is contained in:
Bobby Rong 2022-03-22 19:28:00 +08:00 committed by GitHub
commit 635788ec0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "driftctl";
version = "0.23.2";
version = "0.24.0";
src = fetchFromGitHub {
owner = "snyk";
repo = "driftctl";
rev = "v${version}";
sha256 = "sha256-hGwQdR2LF1uuq11d2BD4hVjcXpPCbRNovOqJpj0J1Sw=";
sha256 = "sha256-jKaJqmJMOz+2pWXTgVtnJbYbikdTfW8nWQJKWVxqv5I=";
};
vendorSha256 = "sha256-I0OCRhUvuaF4k5qqPaV6R24mrd9AG5GgQCCF6yodK0E=";