Skip to content

Commit

Permalink
crawl: 0.27.0 -> 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 21, 2021
1 parent 456481a commit 2caeaca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/crawl/default.nix
Expand Up @@ -8,13 +8,13 @@

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

src = fetchFromGitHub {
owner = "crawl";
repo = "crawl";
rev = version;
sha256 = "sha256-TTdzFWoWn9OfxosEsxUjmDtPmtHukpT0J/0y4kUvBvo=";
sha256 = "sha256-fyI7OIzhYXNTjIgJLqApyPMmiG3iof1b5XuGudNanos=";
};

# Patch hard-coded paths and remove force library builds
Expand Down

0 comments on commit 2caeaca

Please sign in to comment.