Merge pull request #297013 from trofi/fheroes2-update
fheroes2: 1.0.12 -> 1.0.13
This commit is contained in:
commit
af15e7f8e3
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "fheroes2";
|
pname = "fheroes2";
|
||||||
version = "1.0.12";
|
version = "1.0.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ihhub";
|
owner = "ihhub";
|
||||||
repo = "fheroes2";
|
repo = "fheroes2";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-FqtxTRgjFqFu4zml6xePXtK8yn/dkHP+5aU2/9S7gSQ=";
|
hash = "sha256-uR46G1DISurBk17GQdo+x94F2cP0+157PxjdG2s1Ik4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ imagemagick ];
|
nativeBuildInputs = [ imagemagick ];
|
||||||
|
|
Loading…
Reference in a new issue