gron: 0.5.1 -> 0.5.2

This commit is contained in:
Francesco Gazzetta 2018-05-01 09:13:59 +00:00
parent 2001b57a25
commit 9c01a77450

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "gron-${version}";
version = "0.5.1";
version = "0.5.2";
owner = "tomnomnom";
repo = "gron";
@ -11,7 +11,7 @@ buildGoPackage rec {
src = fetchFromGitHub {
inherit owner repo;
rev = "v${version}";
sha256 = "1s688ynjddchviwbiggnfbw28s4wsff2941f4b1q1j7mfak7iym2";
sha256 = "0nxcvih8n5a4f0a53dxaipab5ckqxgnsznzymhfw5kv4inr9v6j6";
};
goDeps = ./deps.nix;