3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #181287 from r-ryantm/auto-update/python3.10-pyruckus

This commit is contained in:
Martin Weinelt 2022-07-14 00:46:38 +02:00 committed by GitHub
commit 8d28fdd57a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "gabe565";
repo = pname;
rev = version;
rev = "refs/tags/${version}";
sha256 = "sha256-SVE5BrCCQgCrhOC0CSGgbZ9TEY3iZ9Rp/xMUShPAxxM=";
};