buildkit-nix: 0.0.3 -> 0.1.0

authored by R. Ryantm and committed by zowoq 9a8d7bbf 129fd1ab

+4 -4
+4 -4
pkgs/applications/virtualization/buildkit-nix/default.nix
··· 2 3 buildGoModule rec { 4 pname = "buildkit-nix"; 5 - version = "0.0.3"; 6 7 src = fetchFromGitHub { 8 - owner = "AkihiroSuda"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-hrrvDby+UDwY0wvq/HIP9lYVEa/flr/1gtGXHMN8Mug="; 12 }; 13 14 vendorSha256 = "sha256-1H5oWgcaamf+hocABWWnzJUjWiqwk1ZZtbBjF6EKzzU="; ··· 19 20 meta = with lib; { 21 description = "Nix frontend for BuildKit"; 22 - homepage = "https://github.com/AkihiroSuda/buildkit-nix/"; 23 license = licenses.asl20; 24 platforms = platforms.linux; 25 maintainers = with maintainers; [ lesuisse ];
··· 2 3 buildGoModule rec { 4 pname = "buildkit-nix"; 5 + version = "0.1.0"; 6 7 src = fetchFromGitHub { 8 + owner = "reproducible-containers"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-gKTCBz7om1M7UBzyMJDetNGcKLkQKMyuzwrHBbuuifM="; 12 }; 13 14 vendorSha256 = "sha256-1H5oWgcaamf+hocABWWnzJUjWiqwk1ZZtbBjF6EKzzU="; ··· 19 20 meta = with lib; { 21 description = "Nix frontend for BuildKit"; 22 + homepage = "https://github.com/reproducible-containers/buildkit-nix/"; 23 license = licenses.asl20; 24 platforms = platforms.linux; 25 maintainers = with maintainers; [ lesuisse ];