forked from mirrors/nixpkgs
Update pkgs/development/haskell-modules/configuration-common.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
d0369d20a9
commit
b5628fc7ad
|
@ -1621,8 +1621,7 @@ self: super: {
|
||||||
amazonka = appendPatches (doJailbreak super.amazonka) [
|
amazonka = appendPatches (doJailbreak super.amazonka) [
|
||||||
(pkgs.fetchpatch {
|
(pkgs.fetchpatch {
|
||||||
stripLen = 1;
|
stripLen = 1;
|
||||||
url =
|
url = "https://github.com/brendanhay/amazonka/commit/43ddd87b1ebd6af755b166e16336259ec025b337.patch";
|
||||||
"https://github.com/brendanhay/amazonka/commit/43ddd87b1ebd6af755b166e16336259ec025b337.patch";
|
|
||||||
sha256 = "1x9l5xgvrh908di6whpavyp08cys11v3yn6rc21zw87xiyigdbi3";
|
sha256 = "1x9l5xgvrh908di6whpavyp08cys11v3yn6rc21zw87xiyigdbi3";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue