haskellPackages.haskell-gi: 0.26.2 -> 0.26.3 (hacky)
Just manually updating the generated nix file, so that .gi-harfbuzz builds until a proper update is done. Upstream cross-ref: https://github.com/haskell-gi/haskell-gi/issues/396#issuecomment-1445181362
This commit is contained in:
parent
399e2c78d4
commit
1af0d67ebe
1 changed files with 2 additions and 2 deletions
|
@ -129405,8 +129405,8 @@ self: {
|
|||
}:
|
||||
mkDerivation {
|
||||
pname = "haskell-gi";
|
||||
version = "0.26.2";
|
||||
sha256 = "05r84czb05n69g7p7jazljh95yzdh2lpzgjjypgpg75mh83igr2w";
|
||||
version = "0.26.3";
|
||||
sha256 = "sha256-jsAb3JCSHCmi2dp9bpi/J3NRO/EQFB8ar4GpxAuBGOo=";
|
||||
setupHaskellDepends = [ base Cabal cabal-doctest ];
|
||||
libraryHaskellDepends = [
|
||||
ansi-terminal attoparsec base bytestring Cabal containers directory
|
||||
|
|
Loading…
Reference in a new issue