about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2019-10-06 12:43:29 +0200
committersternenseemann <git@lukasepple.de>2019-10-06 12:43:29 +0200
commit3d76ea1ad8770d6cc180036e7e232bf4e65c6ba4 (patch)
treec22b2f07bd13f8bf776ee2c84bfae6e3cb0de87d /pkgs/games
parent6f547509752b70b60a5e26b36d0b498f69944f50 (diff)
games/humblebundle: pico-8 1.10 -> 1.12c
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/humblebundle/pico-8.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/humblebundle/pico-8.nix b/pkgs/games/humblebundle/pico-8.nix
index c0bc745c..b5dbfefc 100644
--- a/pkgs/games/humblebundle/pico-8.nix
+++ b/pkgs/games/humblebundle/pico-8.nix
@@ -3,7 +3,7 @@
 
 stdenv.mkDerivation rec {
   name = "pico-8-${version}";
-  version = "0.1.10";
+  version = "0.1.12c";
 
   src = fetchHumbleBundle {
     name = "pico8_linux";
@@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
       "i686-linux"   = "32-bit";
     }.${stdenv.system};
     md5 = {
-      "x86_64-linux" = "d6bb4bcae76aba431d31a344da798553";
-      "i686-linux"   = "377eb626672e3184ea7bb459bb7183a0";
+      "x86_64-linux" = "8d4fbe66ceb1528987841a6743f132db";
+      "i686-linux"   = "1e8633fb52c18e803ff7eebe6ddc76f9";
     }.${stdenv.system};
   };