python3Packages.pylitterbot: fix src tag (#512805)

This commit is contained in:
Nick Cao
2026-04-23 20:40:50 +00:00
committed by GitHub
@@ -24,7 +24,7 @@ buildPythonPackage (finalAttrs: {
src = fetchFromGitHub {
owner = "natekspencer";
repo = "pylitterbot";
tag = "v${finalAttrs.version}";
tag = finalAttrs.version;
hash = "sha256-bFJ6v27yfzMPqZijWCOlgdVS19IKIMqZcq2FjAyMnqo=";
};