about summary refs log tree commit diff
path: root/pkgs/games/humblebundle
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2017-10-28 16:46:25 +0200
committersternenseemann <git@lukasepple.de>2017-10-28 16:46:25 +0200
commit78a1e1b3cecfd5bdd12f122d83ba62ba011f3fc0 (patch)
tree19efad7406bef0022e337c68080a69b069bdff3c /pkgs/games/humblebundle
parentc796831aaba8bfbb5afc34bc4ce646c47bbe7da8 (diff)
pkgs/games/humblebundle: fix pico8's version number
Diffstat (limited to 'pkgs/games/humblebundle')
-rw-r--r--pkgs/games/humblebundle/pico-8.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/humblebundle/pico-8.nix b/pkgs/games/humblebundle/pico-8.nix
index ead0c511..c0bc745c 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.9";
+  version = "0.1.10";
 
   src = fetchHumbleBundle {
     name = "pico8_linux";