summaryrefslogtreecommitdiffstats
path: root/pkgs/games/boohu
diff options
context:
space:
mode:
authorFree Potion <42352817+freepotion@users.noreply.github.com>2018-11-28 23:50:36 +0300
committerFree Potion <42352817+freepotion@users.noreply.github.com>2018-11-28 23:50:36 +0300
commitca9c757684f4511e44de8b81f020fa9134d46f84 (patch)
tree0cca7540716f642dc4141b9dcb1f6e74c8b92551 /pkgs/games/boohu
parent8b472e3739dbcb2fa832f936a665280996c6879d (diff)
boohu: 0.10 -> 0.11
Diffstat (limited to 'pkgs/games/boohu')
-rw-r--r--pkgs/games/boohu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/boohu/default.nix b/pkgs/games/boohu/default.nix
index 92eccd67a1f1..ccfdf8d905c2 100644
--- a/pkgs/games/boohu/default.nix
+++ b/pkgs/games/boohu/default.nix
@@ -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";