Merge pull request #51364 from dtzWill/update/aminal-0.7.8

aminal: 0.7.6 -> 0.7.8
This commit is contained in:
Jörg Thalheim 2018-12-02 23:45:32 +00:00 committed by GitHub
commit 6de18342d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "aminal-${version}"; name = "aminal-${version}";
version = "0.7.6"; version = "0.7.8";
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 = "0fg8k4xzs5nxjggqpn25mia4z8dlpzfk0qzfk503cyx0kfmynxf7"; sha256 = "02gamvvs56w4zwqdvalbsgb2gbh0398gl7qk36pgyqkcgj3bcwv8";
}; };
preBuild = '' preBuild = ''