python3Packages.rocket-errbot: make patch urls reproducible

This commit is contained in:
Peder Bergebakken Sundt
2023-10-17 20:18:59 +02:00
parent 0e0c2b8201
commit 09d21f296a
@@ -11,7 +11,9 @@ buildPythonPackage rec {
# remove with 1.2.6
patches = [ (fetchpatch {
url = "https://github.com/errbotio/rocket/pull/1.patch";
# https://github.com/errbotio/rocket/pull/1
name = "errbotio-rocket-pull-1.patch";
url = "https://github.com/errbotio/rocket/compare/f1a52fe17164f83bccce5e6a1935fc5071c2265f...d69adcd49de5d78bd80f952a2ee31e6a0bac4e3d.patch";
sha256 = "1s668yv5b86b78vbqwhcl44k2l16c9bhk3199yy9hayf0vkxnwif";
}) ];