Merge pull request #212437 from wesleyjrz/add-pokemon-colorscripts-mac

pokemon-colorscrips-mac: fix version name
This commit is contained in:
Martin Weinelt 2023-01-24 14:50:41 +00:00 committed by GitHub
commit eb45a61674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
stdenv.mkDerivation rec {
pname = "pokemon-colorscripts-mac";
version = "stable=2021-08-10";
version = "stable-2021-08-10";
src = fetchFromGitHub {
owner = "nuke-dash";