diff options
| author | Anderson Torres <torres.anderson.85@protonmail.com> | 2023-02-10 08:23:40 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-10 08:23:40 -0300 |
| commit | fdd4511523d85fca140e9de076ba6ba7b4594d06 (patch) | |
| tree | c53d7eeddc06a7bd1c9f2278c4e715e2163af085 | |
| parent | Merge pull request #215667 from kilianar/logseq-0.8.17 (diff) | |
| parent | fheroes2: 1.0.0 -> 1.0.1 (diff) | |
| download | nixpkgs-fdd4511523d85fca140e9de076ba6ba7b4594d06.tar.gz | |
Merge pull request #215649 from trofi/fheroes2-update
fheroes2: 1.0.0 -> 1.0.1
| -rw-r--r-- | pkgs/games/fheroes2/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/fheroes2/default.nix b/pkgs/games/fheroes2/default.nix index e1b15b6248f4..30ba8eaabe5a 100644 --- a/pkgs/games/fheroes2/default.nix +++ b/pkgs/games/fheroes2/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "fheroes2"; - version = "1.0.0"; + version = "1.0.1"; src = fetchFromGitHub { owner = "ihhub"; repo = "fheroes2"; rev = version; - sha256 = "sha256-86+4rFSvJ3xIVx+qDXZ65TSqIrPkbyoLNo1A+mFPdy8="; + sha256 = "sha256-l7MFvcUOv1jA7moA8VYcaQO15eyK/06x6Jznz5jsNNg="; }; buildInputs = [ gettext glibcLocalesUtf8 libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ]; |
