mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-11 16:27:15 +00:00
Merge pull request #287439 from trofi/fheroes2-update
fheroes2: 1.0.11 -> 1.0.12
This commit is contained in:
commit
93d6d51c9e
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "fheroes2";
|
pname = "fheroes2";
|
||||||
version = "1.0.11";
|
version = "1.0.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ihhub";
|
owner = "ihhub";
|
||||||
repo = "fheroes2";
|
repo = "fheroes2";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-R7hl5VzzdRcU9TF6WfiLYgUFpVixuppLobMsan0jKsQ=";
|
hash = "sha256-FqtxTRgjFqFu4zml6xePXtK8yn/dkHP+5aU2/9S7gSQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ imagemagick ];
|
nativeBuildInputs = [ imagemagick ];
|
||||||
|
Loading…
Reference in New Issue
Block a user