tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.drf-standardized-errors: fix patch url
Kerstin Humm
1 year ago
38f778ce
b667ee85
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
drf-standardized-errors
default.nix
+2
-2
pkgs/development/python-modules/drf-standardized-errors/default.nix
···
28
patches = [
29
# fix test_openapi_utils test
30
(fetchpatch {
31
-
url = "https://github.com/ghazi-git/drf-standardized-errors/pull/96/commits/4a2b1be3c97cd6db50543e6ff0303c0df0731d8a.patch";
32
-
hash = "sha256-8+zVzBX7yDGfpsyvj61auqV+zdG6mIyj2LtR3D8l4jc=";
33
})
34
];
35
···
28
patches = [
29
# fix test_openapi_utils test
30
(fetchpatch {
31
+
url = "https://github.com/ghazi-git/drf-standardized-errors/commit/dbc37d4228bdefa858ab299517097d6e52a0b698.patch";
32
+
hash = "sha256-CZTBmhAFKODGLiN2aQNKMaR8VyKs0H55Tzu4Rh6X9R8=";
33
})
34
];
35