Skip to content

Commit

Permalink
dfhack: fix checksum
Browse files Browse the repository at this point in the history
Fixes #36819.
  • Loading branch information
abbradar committed Mar 12, 2018
1 parent 5e9e307 commit 2dfbef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/dwarf-fortress/dfhack/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
dfVersion = "0.44.05";
version = "${dfVersion}-r2";
rev = "refs/tags/${version}";
sha256 = "1hr3qsx7rd36syw7dfp4lh8kpmz1pvva757za2yn34hj1jm4nh52";
sha256 = "1cwifdhi48a976xc472nf6q2k0ibwqffil5a4llcymcxdbgxdcc9";

# revision of library/xml submodule
xmlRev = "2794f8a6d7405d4858bac486a0bb17b94740c142";
Expand Down

0 comments on commit 2dfbef2

Please sign in to comment.