bazel-buildtools: unstable -> 0.22.0

This commit is contained in:
Aaron Bull Schaefer 2019-03-07 20:36:11 -08:00
parent 727246c440
commit 1b3b781d60
2 changed files with 10 additions and 18 deletions

View file

@ -1,16 +1,16 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "bazel-buildtools-unstable-${version}";
version = "2018-10-11";
name = "bazel-buildtools-${version}";
version = "0.22.0";
goPackagePath = "github.com/bazelbuild/buildtools";
src = fetchFromGitHub {
owner = "bazelbuild";
repo = "buildtools";
rev = "86b40b7fee59cc67d3371d20f10702fe8c6dd808";
sha256 = "10fzqbafwzv0bvx8aag78gh731k5j9nwlbcflhc5xm5zwhla9cyf";
rev = "55b64c3d2ddfb57f06477c1d94ef477419c96bd6";
sha256 = "0n6q8pkgy3vvmwyrxvkmjfbcxc31i31czg2bjdzq7awwrr4fdbwy";
};
goDeps = ./deps.nix;
@ -19,7 +19,7 @@ buildGoPackage rec {
description = "Tools for working with Google's bazel buildtool. Includes buildifier, buildozer, and unused_deps.";
homepage = https://github.com/bazelbuild/buildtools;
license = licenses.asl20;
maintainers = with maintainers; [ uri-canva ];
maintainers = with maintainers; [ elasticdog uri-canva ];
platforms = platforms.all;
};
}

View file

@ -1,20 +1,12 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
[
{
goPackagePath = "github.com/bazelbuild/buildtools";
fetch = {
type = "git";
url = "https://github.com/bazelbuild/buildtools";
rev = "588d90030bc8054b550967aa45a8a8d170deba0b";
sha256 = "18q1z138545kh4s5k0jcqwhpzc1w7il4x00l7yzv9wq8bg1vn1rv";
};
}
{
goPackagePath = "github.com/golang/protobuf";
fetch = {
type = "git";
url = "https://github.com/golang/protobuf";
rev = "3a3da3a4e26776cc22a79ef46d5d58477532dede";
sha256 = "05l0kjgk6ss98qii7vpjj2bqszyd16h448w47sv4422mp2xbni40";
rev = "b5d812f8a3706043e23a9cd5babf2e5423744d30";
sha256 = "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl";
};
}
{
@ -22,8 +14,8 @@
fetch = {
type = "git";
url = "https://github.com/google/skylark";
rev = "572cea2bd78e2f1de8f3e136db9413cf02f097eb";
sha256 = "0hc7gwvqsw421if06nlfdl86h6jl8wgjx1j2x2mzpnzdh1r03w92";
rev = "a5f7082aabed29c0e429c722292c66ec8ecf9591";
sha256 = "16vsa6ngsby27n6indj441r1glcdfgipjcwcb0rs6zl2dqlqr286";
};
}
]