We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent a06c512 commit f12006bCopy full SHA for f12006b
pkgs/development/tools/misc/hound/default.nix
@@ -2,16 +2,16 @@
2
3
buildGoPackage rec {
4
name = "hound-unstable-${version}";
5
- version = "20160919-${stdenv.lib.strings.substring 0 7 rev}";
6
- rev = "f95e9a9224b8878b9cd8fac0afb6d31f83a65ca7";
+ version = "20170324";
+ rev = "effbe5873f329fcdf982e906b756b535e2804ebc";
7
8
goPackagePath = "github.com/etsy/hound";
9
10
src = fetchFromGitHub {
11
inherit rev;
12
owner = "etsy";
13
repo = "hound";
14
- sha256 = "0d4mhka7f8x8xfjrjhl5l0v06ng8kc868jrajpv5bjkxsj71nwbg";
+ sha256 = "0zc769lygad5an63z5mivaggbmm07d9ynngi2jx3f7651wpji4aw";
15
};
16
17
goDeps = ./deps.nix;
0 commit comments