Merge pull request #195997 from r-ryantm/auto-update/trackma

trackma: 0.8.4 -> 0.8.5
This commit is contained in:
Jonas Heinrich 2022-10-15 09:29:52 +02:00 committed by GitHub
commit 2b1cef1cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,13 +24,13 @@ let
in
python3.pkgs.buildPythonApplication rec {
pname = "trackma";
version = "0.8.4";
version = "0.8.5";
src = fetchFromGitHub {
owner = "z411";
repo = "trackma";
rev = "v${version}";
sha256 = "sha256-drc39ID4WYBQ/L2py57CB5OkQNfRKNigPQW0Lp8GIMc=";
sha256 = "sha256-BjZw/AYFlTYtgJTDFOALHx1d71ZQsYZ2TXnEUeQVvpw=";
fetchSubmodules = true; # for anime-relations submodule
};