python313Packages.changelog-chug: hack around broken sr.ht tarballs

This commit is contained in:
K900
2025-02-01 01:43:23 +03:00
parent c2b7f783cb
commit f3364ffa62
@@ -21,6 +21,10 @@ buildPythonPackage rec {
repo = "changelog-chug";
rev = "release/${version}";
hash = "sha256-SPwFkmRQMpdsVmzZE4mB2J9wsfvE1K21QDkOQ2XPlow=";
# HACK: sourcehut can't generate tarballs from tags with slashes properly,
# so force using git clone.
# See: https://todo.sr.ht/~sircmpwn/git.sr.ht/323
fetchSubmodules = true;
};
build-system = [