Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f38d805dbe8b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 41d8b21181ef
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 28, 2018

  1. boohu: 0.10 -> 0.11

    Free Potion committed Nov 28, 2018
    Copy the full SHA
    ca9c757 View commit details

Commits on Nov 29, 2018

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

    boohu: 0.10 -> 0.11
    Ma27 authored Nov 29, 2018
    Copy the full SHA
    41d8b21 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/games/boohu/default.nix
4 changes: 2 additions & 2 deletions pkgs/games/boohu/default.nix
Original file line number Diff line number Diff line change
@@ -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";