Merge pull request #36804 from vdemeester/update-notary-060
notary: 0.5.1 -> 0.6.0
This commit is contained in:
commit
a12ad22c2c
@ -2,22 +2,22 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "notary-${version}";
|
name = "notary-${version}";
|
||||||
version = "0.5.1";
|
version = "0.6.0";
|
||||||
gitcommit = "9211198";
|
gitcommit = "34f53ad";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "theupdateframework";
|
owner = "theupdateframework";
|
||||||
repo = "notary";
|
repo = "notary";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0z9nsb1mrl0q5j02jkyzbc6xqsm83qzacsckypsxcrijhw935rs5";
|
sha256 = "0lg7ab2agkk3rnladcvpdzk8cnf3m49qfm4sanh7yjvlvlv1wm4a";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libtool ];
|
buildInputs = [ libtool ];
|
||||||
|
|
||||||
goPackagePath = "github.com/docker/notary";
|
goPackagePath = "github.com/theupdateframework/notary";
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
cd go/src/github.com/docker/notary
|
cd go/src/github.com/theupdateframework/notary
|
||||||
make GITCOMMIT=${gitcommit} GITUNTRACKEDCHANGES= client
|
make GITCOMMIT=${gitcommit} GITUNTRACKEDCHANGES= client
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user