orthorobot: make patch urls reproducible
This commit is contained in:
parent
20190215b0
commit
291a2e809b
1 changed files with 3 additions and 1 deletions
|
@ -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=";
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue