angband: 4.1.2 -> 4.1.3 (#44801)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/angband/versions.
This commit is contained in:
R. RyanTM 2018-08-08 23:52:11 -07:00 committed by xeji
parent e7f93b5980
commit fcc187b480

View file

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