skytemple: 1.4.7 -> 1.5.4

This commit is contained in:
Konrad Borowski 2023-08-07 17:12:32 +02:00
parent 13de9df3ed
commit ff1c16ca6d

View File

@ -10,13 +10,13 @@
python3Packages.buildPythonApplication rec {
pname = "skytemple";
version = "1.4.7";
version = "1.5.4";
src = fetchFromGitHub {
owner = "SkyTemple";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-NK0yLxs7/pVpl9LCz6ggYsaUDuEAj6edBEPC+4yCxNM=";
hash = "sha256-brt1bNQonAjbqCsMLHgOS8leDb3Y8MWKIxV+BXoJ1lY=";
};
buildInputs = [