From f3fbb9d016f3c3a0360fc1f2d1f0a482bb19a9dd Mon Sep 17 00:00:00 2001 From: Yuto Oguchi Date: Tue, 19 Mar 2024 09:26:46 +0900 Subject: [PATCH] git-filter-repo: do not use pname as repo name Co-authored-by: OTABI Tomoya --- pkgs/development/python-modules/git-filter-repo/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/git-filter-repo/default.nix b/pkgs/development/python-modules/git-filter-repo/default.nix index 2594781ae260..1cc7efe76e7b 100644 --- a/pkgs/development/python-modules/git-filter-repo/default.nix +++ b/pkgs/development/python-modules/git-filter-repo/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { docs = fetchFromGitHub { owner = "newren"; - repo = pname; + repo = "git-filter-repo"; rev = docs_version; hash = "sha256-Z/3w3Rguo8sfuc/OQ25eFbMfiOHjxQqPY6S32zuvoY4="; };