mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #307380 from bscubed/master
python312Packages.dulwich: fix incorrent source rev
This commit is contained in:
commit
34ddf75c6b
1 changed files with 1 additions and 1 deletions
|
@ -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=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue