about summary refs log tree commit diff
path: root/pkgs/games/pentobi
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-05 21:49:43 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-07-05 21:49:43 +0000
commitbfc1c1533c8edaadf8fecd5481c16332ae031ae3 (patch)
treeda4538f59b77a6826410abbd7ef60d436cbc8a93 /pkgs/games/pentobi
parent6eeb612a9b6160df2e110021d93bef3e6e538b9a (diff)
pentobi: 18.0 -> 18.1
Diffstat (limited to 'pkgs/games/pentobi')
-rw-r--r--pkgs/games/pentobi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/pentobi/default.nix b/pkgs/games/pentobi/default.nix
index 909f09a0b392a..2b5a86ad52c91 100644
--- a/pkgs/games/pentobi/default.nix
+++ b/pkgs/games/pentobi/default.nix
@@ -5,12 +5,12 @@
 
 with stdenv.lib;
 stdenv.mkDerivation rec {
-  version = "18.0";
+  version = "18.1";
   pname = "pentobi";
 
   src = fetchurl {
     url = "mirror://sourceforge/pentobi/${pname}-${version}.tar.xz";
-    sha256 = "0dlvshywxijl0hrkl66szamcr77arh118f44ngr1ail8mg1fx1fy";
+    sha256 = "1vfw61lk9z7dngncmx3fggy5ld7ksdk48dpwnsq2vl5fh3f71qbq";
   };
 
   nativeBuildInputs = [ cmake docbook_xsl wrapQtAppsHook ];