Merge pull request #53786 from dtzWill/update/aminal-0.8.5

aminal: 0.7.12 -> 0.8.5
This commit is contained in:
Will Dietz 2019-01-13 17:18:59 -06:00 committed by GitHub
commit 707bfbe124
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.12"; version = "0.8.5";
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 = "1ak5g2i4ggi00b4q7qigfwsrwb5rvswjjbr2hp9kyxd45nycb0g4"; sha256 = "1m4wz08jz9lffzfm3ddmmqdj8nh05f2bxi4pfxy216637r9mr0lq";
}; };
preBuild = '' preBuild = ''