about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-12-18 12:45:08 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-12-18 12:47:05 +0100
commitf3c0357b35755ba98f196fd5d0d5085e00034185 (patch)
tree30acfd4a87b911f636a2702a375c400c4fa93530 /pkgs/games
parentceab386076cc98ac447c8bbc768691bce5bf8ac6 (diff)
pkgs/games/humblebundle/pico-8: 0.1.12.c → 0.2.1b
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 b5dbfefc..d7337065 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.12c";
+  version = "0.2.1b";
 
   src = fetchHumbleBundle {
     name = "pico8_linux";
@@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
       "i686-linux"   = "32-bit";
     }.${stdenv.system};
     md5 = {
-      "x86_64-linux" = "8d4fbe66ceb1528987841a6743f132db";
-      "i686-linux"   = "1e8633fb52c18e803ff7eebe6ddc76f9";
+      "x86_64-linux" = "8fb79431e139ea431eba739bb687ff8a";
+      "i686-linux"   = "8e1c9033cd1a066890e7624207824948";
     }.${stdenv.system};
   };