3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request 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";