Merge pull request #170059 from dotlambda/simplejson-fix

python3Packages.simplejson: use unambiguous rev
This commit is contained in:
Fabian Affolter 2022-04-24 11:22:28 +02:00 committed by GitHub
commit ab83c5d705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
sha256 = "1irlp5sakbdfcf717qmrx0r9rjlmwk0vza6zm3y55d32zw5c1cxg";
};