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:
commit
1d6abdd177
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook, ncurses5 }:
|
{ stdenv, fetchFromGitHub, autoreconfHook, ncurses5 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "4.0.5";
|
version = "4.1.2";
|
||||||
name = "angband-${version}";
|
name = "angband-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "angband";
|
owner = "angband";
|
||||||
repo = "angband";
|
repo = "angband";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1l7ybqmsxpsijm7iqiqjpa7lhjafxml743q4crxn8wnwrbjzbi86";
|
sha256 = "1n18i8ni154ym3d32zlbxcw0zz62h66iifr0h1yvvv2kp13p5zix";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
Loading…
Reference in New Issue
Block a user