python3Packages.pylitterbot: fix src tag

This commit is contained in:
Lynilia
2026-04-23 16:51:02 +02:00
committed by GitHub
parent 068eff723b
commit 9d37d398af
@@ -24,7 +24,7 @@ buildPythonPackage (finalAttrs: {
src = fetchFromGitHub {
owner = "natekspencer";
repo = "pylitterbot";
tag = "v${finalAttrs.version}";
tag = finalAttrs.version;
hash = "sha256-bFJ6v27yfzMPqZijWCOlgdVS19IKIMqZcq2FjAyMnqo=";
};