1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python310Packages.tempest: use stable patch URL

see https://github.com/NixOS/nixpkgs/pull/155057/files#r785250630
This commit is contained in:
Sandro 2022-01-17 01:47:33 +01:00 committed by GitHub
parent 0b7e81ec04
commit d952e9aa46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ buildPythonApplication rec {
patches = [
# remove need for unittest2
(fetchpatch {
url = "https://github.com/openstack/tempest/pull/32/commits/cd3745c27b7d8fcdaffc72b965a3d803d9ee12c2.patch";
url = "https://github.com/openstack/tempest/commit/cd3745c27b7d8fcdaffc72b965a3d803d9ee12c2.patch";
sha256 = "sha256-UwUmyFZokH66Xqfsj982MBHb0w7x6v4SAtXlqA5dpnk=";
})
];