about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-06-16 06:12:06 -0700
committerGitHub <noreply@github.com>2020-06-16 06:12:06 -0700
commit0777d090795bec45ba4a71f3dcec23e8c4f735c9 (patch)
tree337a525cf1e05e945a26aaa727f14eea6c69a283 /pkgs/games
parent498d321ef1c8fb73630cfb45c23f1e4b3dbad613 (diff)
parent0a56f10920502120adb9ff59d0fc59f26cb7ce84 (diff)
Merge pull request #90349 from r-ryantm/auto-update/easyrpg-player
easyrpg-player: 0.6.2 -> 0.6.2.1
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/easyrpg-player/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/easyrpg-player/default.nix b/pkgs/games/easyrpg-player/default.nix
index 1a540c6489c6a..79628d0d2ae92 100644
--- a/pkgs/games/easyrpg-player/default.nix
+++ b/pkgs/games/easyrpg-player/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "easyrpg-player";
-  version = "0.6.2";
+  version = "0.6.2.1";
 
   src = fetchFromGitHub {
     owner = "EasyRPG";
     repo = "Player";
     rev = version;
-    sha256 = "1xjisqxmx1jc1afsr55hyr0l9v20gvchllby76pygkfkgifyidyp";
+    sha256 = "19wpjvlkjmjhdv1dbph6i2da1xx479zhr532x0ili1aphw1j9hi6";
   };
 
   nativeBuildInputs = [ cmake doxygen pkgconfig ];