python312Packages.dulwich: fix incorrent source rev

This commit is contained in:
Brendan Szymanski 2024-04-27 22:54:39 -04:00
parent e412b1fdc1
commit 5e5b9e08fb

View File

@ -30,7 +30,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "jelmer";
repo = "dulwich";
rev = "refs/tags/${version}";
rev = "refs/tags/${pname}-${version}";
hash = "sha256-bf3ZUMX4afpdTBpFnx0HMyzCNG6V/p4eOl36djxGbtk=";
};