From 9d37d398af72c4b2ab0448703c6b1b4bcdd7fbb5 Mon Sep 17 00:00:00 2001 From: Lynilia <89228568+Lynilia@users.noreply.github.com> Date: Thu, 23 Apr 2026 16:51:02 +0200 Subject: [PATCH] python3Packages.pylitterbot: fix src tag --- pkgs/development/python-modules/pylitterbot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pylitterbot/default.nix b/pkgs/development/python-modules/pylitterbot/default.nix index a31cc9615899..b86433052bec 100644 --- a/pkgs/development/python-modules/pylitterbot/default.nix +++ b/pkgs/development/python-modules/pylitterbot/default.nix @@ -24,7 +24,7 @@ buildPythonPackage (finalAttrs: { src = fetchFromGitHub { owner = "natekspencer"; repo = "pylitterbot"; - tag = "v${finalAttrs.version}"; + tag = finalAttrs.version; hash = "sha256-bFJ6v27yfzMPqZijWCOlgdVS19IKIMqZcq2FjAyMnqo="; };