3
0
Fork 0
forked from mirrors/nixpkgs

orthorobot: make patch urls reproducible

This commit is contained in:
Peder Bergebakken Sundt 2023-10-01 18:16:12 +02:00
parent 20190215b0
commit 291a2e809b

View file

@ -48,8 +48,10 @@ stdenv.mkDerivation rec {
patches = [
# support for love11
# https://github.com/Stabyourself/orthorobot/pull/3
(fetchpatch {
url = "https://github.com/Stabyourself/orthorobot/pull/3.patch";
name = "Stabyourself-orthorobot-pull-3.patch";
url = "https://github.com/Stabyourself/orthorobot/compare/48f07423950b29a94b04aefe268f2f951f55b62e...05856ba7dbf1bb86d0f16a5f511d8ee9f2176015.patch";
sha256 = "sha256-WHHP6QM7R5eEkVF+J2pGNnds/OKRIRXyon85wjd3GXI=";
})
];