Loading pkgs/applications/virtualization/buildkit-nix/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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="; Loading @@ -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 Loading
pkgs/applications/virtualization/buildkit-nix/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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="; Loading @@ -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