Merge pull request #89870 from r-ryantm/auto-update/taisei
taisei: 1.3 -> 1.3.1
This commit is contained in:
commit
faaab8f9e4
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue