Merge pull request #35496 from ryantm/auto-update/angband-4.0.5-to-4.1.2

angband: 4.0.5 -> 4.1.2
This commit is contained in:
adisbladis 2018-02-26 17:47:53 +08:00 committed by GitHub
commit 1d6abdd177
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.0.5";
version = "4.1.2";
name = "angband-${version}";
src = fetchFromGitHub {
owner = "angband";
repo = "angband";
rev = version;
sha256 = "1l7ybqmsxpsijm7iqiqjpa7lhjafxml743q4crxn8wnwrbjzbi86";
sha256 = "1n18i8ni154ym3d32zlbxcw0zz62h66iifr0h1yvvv2kp13p5zix";
};
nativeBuildInputs = [ autoreconfHook ];