Merge pull request #173973 from fabaff/yappi-bump

python310Packages.yappi: releases are now tagged
This commit is contained in:
Fabian Affolter 2022-05-22 15:40:30 +02:00 committed by GitHub
commit 2a07af75b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "sumerc";
repo = pname;
# https://github.com/sumerc/yappi/issues/102
rev = "1f41868a2cdfd1e935a5a60808f7bb09c871fa53";
rev = version;
hash = "sha256-XxUAYrDQAY7fD9yTSmoRUmWJEs+L6KSQ0/bIVf/o9ag=";
};