Merge pull request #66772 from r-ryantm/auto-update/angband

angband: 4.1.3 -> 4.2.0
This commit is contained in:
Marek Mahut 2019-08-17 21:39:21 +02:00 committed by GitHub
commit aa3adee6d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, autoreconfHook, ncurses5 }:
stdenv.mkDerivation rec {
version = "4.1.3";
version = "4.2.0";
name = "angband-${version}";
src = fetchFromGitHub {
owner = "angband";
repo = "angband";
rev = version;
sha256 = "0g9m7pq8a1hzhr83v552hfk37qc868lms2mlsq29pbi8vxdjybk7";
sha256 = "0fr59986swx9a2xkxkbfgadzpwy2lq55fgcib05k393kibyz49kg";
};
nativeBuildInputs = [ autoreconfHook ];