Merge pull request #280485 from r-ryantm/auto-update/skytemple

skytemple: 1.6.0 -> 1.6.3
This commit is contained in:
Nick Cao
2024-01-12 11:09:18 -05:00
committed by GitHub
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "skytemple";
version = "1.6.0";
version = "1.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "SkyTemple";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-AQ8Wxks7TTHP2h9Tc1LYG4neQ2uWebFIFoCOd3A6KB8=";
hash = "sha256-norcfoxZG9crgQz7p1+Gfne5il1AWfxdZa4JE/LfXU8=";
};
buildInputs = [