buildkit-nix: 0.0.3 -> 0.1.0

This commit is contained in:
R. Ryantm 2022-10-11 17:00:59 +00:00 committed by zowoq
parent 129fd1ab27
commit 9a8d7bbfd1

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "buildkit-nix";
version = "0.0.3";
version = "0.1.0";
src = fetchFromGitHub {
owner = "AkihiroSuda";
owner = "reproducible-containers";
repo = pname;
rev = "v${version}";
sha256 = "sha256-hrrvDby+UDwY0wvq/HIP9lYVEa/flr/1gtGXHMN8Mug=";
sha256 = "sha256-gKTCBz7om1M7UBzyMJDetNGcKLkQKMyuzwrHBbuuifM=";
};
vendorSha256 = "sha256-1H5oWgcaamf+hocABWWnzJUjWiqwk1ZZtbBjF6EKzzU=";
@ -19,7 +19,7 @@ buildGoModule rec {
meta = with lib; {
description = "Nix frontend for BuildKit";
homepage = "https://github.com/AkihiroSuda/buildkit-nix/";
homepage = "https://github.com/reproducible-containers/buildkit-nix/";
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ lesuisse ];