about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-09 02:52:05 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-06-09 02:52:05 +0000
commit7ec89e7793708821eff884bd07f1b9a1e50b7c58 (patch)
treeb52543273fdc22b43ec15c4258a3c1091657afd4 /pkgs/games
parentb56c66e7e8565b16a4964840ef40243e07f78e84 (diff)
downloadnixlib-7ec89e7793708821eff884bd07f1b9a1e50b7c58.tar
nixlib-7ec89e7793708821eff884bd07f1b9a1e50b7c58.tar.gz
nixlib-7ec89e7793708821eff884bd07f1b9a1e50b7c58.tar.bz2
nixlib-7ec89e7793708821eff884bd07f1b9a1e50b7c58.tar.lz
nixlib-7ec89e7793708821eff884bd07f1b9a1e50b7c58.tar.xz
nixlib-7ec89e7793708821eff884bd07f1b9a1e50b7c58.tar.zst
nixlib-7ec89e7793708821eff884bd07f1b9a1e50b7c58.zip
taisei: 1.3 -> 1.3.1
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/taisei/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/taisei/default.nix b/pkgs/games/taisei/default.nix
index c3b76b4980e3..3c4d0df2b036 100644
--- a/pkgs/games/taisei/default.nix
+++ b/pkgs/games/taisei/default.nix
@@ -8,11 +8,11 @@
 
 stdenv.mkDerivation rec {
   pname = "taisei";
-  version = "1.3";
+  version = "1.3.1";
 
   src = fetchurl {
     url = "https://github.com/taisei-project/${pname}/releases/download/v${version}/${pname}-v${version}.tar.xz";
-    sha256 = "0fl41cbjr8h6gmhc27l44cfkcnhg5c10b4fcfvnfsbjii8gdwvjd";
+    sha256 = "11f9mlqmzy1lszwcc1nsbar9q1hs4ml6pbm52hqfd4q0f4x3ln46";
   };
 
   nativeBuildInputs = [
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
       project of shoot-em-up games set in an isolated world full of Japanese
       folklore.
     '';
-    homepage = https://taisei-project.org/;
+    homepage = "https://taisei-project.org/";
     license = [ licenses.mit licenses.cc-by-40 ];
     maintainers = [ maintainers.lambda-11235 ];
     platforms = platforms.all;