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: a0bfecdd7833
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2565ed7cb979
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 7, 2020

  1. crawl: 0.24.0 -> 0.24.1

    r-ryantm committed Apr 7, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    infinisil Silvan Mosberger
    Copy the full SHA
    5a79203 View commit details

Commits on Apr 9, 2020

  1. Merge pull request #84653 from r-ryantm/auto-update/crawl

    crawl: 0.24.0 -> 0.24.1
    aanderse authored Apr 9, 2020
    Copy the full SHA
    2565ed7 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/games/crawl/default.nix
6 changes: 3 additions & 3 deletions pkgs/games/crawl/default.nix
Original file line number Diff line number Diff line change
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
name = "crawl-${version}${lib.optionalString tileMode "-tiles"}";
version = "0.24.0";
version = "0.24.1";

src = fetchFromGitHub {
owner = "crawl";
repo = "crawl";
rev = version;
sha256 = "1cdjd33z04gj70manavihc3lj9ckpmd75n09vvyw01z41s33fzs0";
sha256 = "1fiizkigmbrw0nb1l1m3syl2mw4a4r36l1y0n4z8z7slp79bsbv4";
};

# Patch hard-coded paths and remove force library builds
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Open-source, single-player, role-playing roguelike game";
homepage = http://crawl.develz.org/;
homepage = "http://crawl.develz.org/";
longDescription = ''
Dungeon Crawl: Stone Soup, an open-source, single-player, role-playing
roguelike game of exploration and treasure-hunting in dungeons filled