Merge pull request #170059 from dotlambda/simplejson-fix
python3Packages.simplejson: use unambiguous rev
This commit is contained in:
commit
ab83c5d705
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "1irlp5sakbdfcf717qmrx0r9rjlmwk0vza6zm3y55d32zw5c1cxg";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue