Merge pull request #48710 from kamilchm/go2nix

go2nix: 1.2.1 -> 1.3.0
This commit is contained in:
Jörg Thalheim 2018-10-19 16:04:04 +01:00 committed by GitHub
commit 16ac473e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
buildGoPackage rec {
name = "go2nix-${version}";
version = "1.2.1";
version = "1.3.0";
rev = "v${version}";
goPackagePath = "github.com/kamilchm/go2nix";
@ -12,7 +12,7 @@ buildGoPackage rec {
inherit rev;
owner = "kamilchm";
repo = "go2nix";
sha256 = "0fr9aa50yvchfhv6h6zqblx8ynxk41i2hmv87b344zr2rz6rms72";
sha256 = "1q61mgngvyl2bnmrqahh3bji402n76c7xwv29lwk007gymzgff0n";
};
goDeps = ./deps.nix;