aminal: 0.7.5 -> 0.7.6

This commit is contained in:
Will Dietz 2018-12-01 02:05:39 -06:00
parent da85dee6e2
commit 4c6d2e4f21
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "aminal-${version}"; name = "aminal-${version}";
version = "0.7.5"; version = "0.7.6";
goPackagePath = "github.com/liamg/aminal"; goPackagePath = "github.com/liamg/aminal";
@ -36,7 +36,7 @@ buildGoPackage rec {
owner = "liamg"; owner = "liamg";
repo = "aminal"; repo = "aminal";
rev = "v${version}"; rev = "v${version}";
sha256 = "0q9jgjkf64s0d4izz7q82835yxw200agpdq9kcm0ybmddld3bwkh"; sha256 = "0fg8k4xzs5nxjggqpn25mia4z8dlpzfk0qzfk503cyx0kfmynxf7";
}; };
preBuild = '' preBuild = ''