buildkit-nix: 0.0.3 -> 0.1.0
This commit is contained in:
parent
129fd1ab27
commit
9a8d7bbfd1
1 changed files with 4 additions and 4 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue