Merge pull request #255746 from r-ryantm/auto-update/buildkit-nix

buildkit-nix: 0.1.0 -> 0.1.1
This commit is contained in:
Thomas Gerbet 2023-09-18 07:13:28 +02:00 committed by GitHub
commit ad6a4051a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "buildkit-nix";
version = "0.1.0";
version = "0.1.1";
src = fetchFromGitHub {
owner = "reproducible-containers";
repo = pname;
rev = "v${version}";
sha256 = "sha256-gKTCBz7om1M7UBzyMJDetNGcKLkQKMyuzwrHBbuuifM=";
sha256 = "sha256-i8KQLLL36iP26jIj10fZLtYpS57Xni4eIQEJG4ixWy8=";
};
vendorHash = "sha256-1H5oWgcaamf+hocABWWnzJUjWiqwk1ZZtbBjF6EKzzU=";
vendorHash = "sha256-SFsf2QOIuUQY5Zzshb2190pQtOBGEsELBRihOvHYVGA=";
CGO_ENABLED = 0;