gopkgs: unstable-2017-12-29 -> 2.0.1 (#47464)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2018-09-28 20:04:53 +02:00 committed by xeji
parent 2c6e7ae45f
commit a87026a439
2 changed files with 18 additions and 9 deletions

View file

@ -2,17 +2,16 @@
buildGoPackage rec { buildGoPackage rec {
name = "gopkgs-${version}"; name = "gopkgs-${version}";
version = "unstable-2017-12-29"; version = "2.0.1";
rev = "b2ea2ecd37740e6ce0e020317d90c729aab4dc6d";
goPackagePath = "github.com/uudashr/gopkgs"; goPackagePath = "github.com/uudashr/gopkgs";
goDeps = ./deps.nix; goDeps = ./deps.nix;
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev; rev = "v${version}";
owner = "uudashr"; owner = "uudashr";
repo = "gopkgs"; repo = "gopkgs";
sha256 = "1hwzxrf2h8xjbbx6l86mjpjh4csxxsy17zkh8h3qzncyfnsnczzg"; sha256 = "03zfwkmzwx2knkghky3irb2r78lbc1ccszjcg9y445b4pbqkn6w4";
}; };
meta = { meta = {

View file

@ -1,11 +1,21 @@
# file generated from Gopkg.lock using dep2nix (https://github.com/nixcloud/dep2nix)
[ [
{ {
goPackagePath = "github.com/MichaelTJones/walk"; goPackagePath = "github.com/karrick/godirwalk";
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/MichaelTJones/walk"; url = "https://github.com/karrick/godirwalk";
rev = "4748e29d5718c2df4028a6543edf86fd8cc0f881"; rev = "5cc8b3875be6c21825a1b54d3029ed415c93c4f7";
sha256 = "03bc3cql3w8cx05xlnzxsff59c6679rcpx4njzk86k00blkkizv7"; sha256 = "02nlyr0sa0lj1f27fsrxlspcsrx7fs60qwr33l5r6yq52axcikcd";
}; };
} }
] {
goPackagePath = "github.com/pkg/errors";
fetch = {
type = "git";
url = "https://github.com/pkg/errors";
rev = "645ef00459ed84a119197bfb8d8205042c6df63d";
sha256 = "001i6n71ghp2l6kdl3qq1v2vmghcz3kicv9a5wgcihrzigm75pp5";
};
}
]