Commit 9a8d7bbf authored by R. RyanTM's avatar R. RyanTM Committed by zowoq
Browse files

buildkit-nix: 0.0.3 -> 0.1.0

parent 129fd1ab
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 ];