boohu: 0.11.1 -> 0.12.0

This commit is contained in:
Free Potion 2018-12-21 22:35:51 +03:00
parent 814319f1ae
commit 0f25f590e8
No known key found for this signature in database
GPG key ID: 58ADCBD3FB64C1BB

View file

@ -3,13 +3,13 @@
buildGoPackage rec {
name = "boohu-${version}";
version = "0.11.1";
version = "0.12.0";
goPackagePath = "git.tuxfamily.org/boohu/boohu.git";
src = fetchurl {
url = "https://download.tuxfamily.org/boohu/downloads/boohu-${version}.tar.gz";
sha256 = "0m0ajxiyx8qwxj2zq33s5qpjr65cr33f7dpirg6b4w4y9gyhhv1g";
sha256 = "0nf3xj3lda8279cqvjv5c3vpsb7d2kynwwna5yrsy7gq8c9n4rh8";
};
buildFlags = "--tags ansi";