Skip to content

Commit f12006b

Browse files
committedJun 22, 2017
hound: 20160919 -> 20170324
1 parent a06c512 commit f12006b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/development/tools/misc/hound/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildGoPackage rec {
44
name = "hound-unstable-${version}";
5-
version = "20160919-${stdenv.lib.strings.substring 0 7 rev}";
6-
rev = "f95e9a9224b8878b9cd8fac0afb6d31f83a65ca7";
5+
version = "20170324";
6+
rev = "effbe5873f329fcdf982e906b756b535e2804ebc";
77

88
goPackagePath = "github.com/etsy/hound";
99

1010
src = fetchFromGitHub {
1111
inherit rev;
1212
owner = "etsy";
1313
repo = "hound";
14-
sha256 = "0d4mhka7f8x8xfjrjhl5l0v06ng8kc868jrajpv5bjkxsj71nwbg";
14+
sha256 = "0zc769lygad5an63z5mivaggbmm07d9ynngi2jx3f7651wpji4aw";
1515
};
1616

1717
goDeps = ./deps.nix;

0 commit comments

Comments
 (0)
Please sign in to comment.