3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #51188 from freepotion/boohu-0.10-to-0.11

boohu: 0.10 -> 0.11
This commit is contained in:
Maximilian Bosch 2018-11-29 02:40:55 +01:00 committed by GitHub
commit 41d8b21181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
buildGoPackage rec {
name = "boohu-${version}";
version = "0.10.0";
version = "0.11.0";
goPackagePath = "git.tuxfamily.org/boohu/boohu.git";
src = fetchurl {
url = "https://download.tuxfamily.org/boohu/downloads/boohu-${version}.tar.gz";
sha256 = "a4d1fc488cfeecbe0a5e9be1836d680951941014f926351692a8dbed9042eba6";
sha256 = "1qc3mz1mj6byyslmx1afprg1l7x8rcy7i004sy32g590jaahwqdr";
};
buildFlags = "--tags ansi";