Merge pull request #320803 from r-ryantm/auto-update/powerpipe

powerpipe: 0.3.1 -> 0.4.0
This commit is contained in:
Weijia Wang 2024-06-20 10:14:27 +02:00 committed by GitHub
commit 44c061f0b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "powerpipe";
version = "0.3.1";
version = "0.4.0";
src = fetchFromGitHub {
owner = "turbot";
repo = "powerpipe";
rev = "refs/tags/v${version}";
hash = "sha256-tvGCgpuWMCzBldgxf4caKiUe7EpraJJeOVBwNqU60oc=";
hash = "sha256-KJ024dIU0GmeHCFa/pbyFIA+LitaudHC+NBGg8yNWxM=";
};
vendorHash = "sha256-C3memfHNSlkiwhwB5zCXCtUOII3IjFD5FHGd8uPGmpU=";
vendorHash = "sha256-XALFXUeWrS4nt+ONToCfYXvLWuk7ZhLWvJidnATcWtM=";
proxyVendor = true;
nativeBuildInputs = [