haskellngPackages.fb: Update patch
This commit is contained in:
parent
1d4098dd03
commit
2b63483bd5
1 changed files with 2 additions and 2 deletions
|
@ -152,8 +152,8 @@ self: super: {
|
||||||
fb = doJailbreak (overrideCabal super.fb (drv: {
|
fb = doJailbreak (overrideCabal super.fb (drv: {
|
||||||
patches = [
|
patches = [
|
||||||
(pkgs.fetchpatch {
|
(pkgs.fetchpatch {
|
||||||
url = https://github.com/prowdsponsor/fb/pull/33.patch;
|
url = https://github.com/prowdsponsor/fb/pull/31.patch;
|
||||||
sha256 = "0xfbfyg86lrimwhfd2s41xy5axcsnw0rqvic8ak72rq2sssyljpg";
|
sha256 = "0ip8mhpbbvlp4pz7d27d6cg39gm6ypfsf4rdmfrmdh3pkig0axls";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Reference in a new issue