fetchpatch: [ # for raspberry pi: allow building u-boot for rpi 4{,00} # TODO: remove after upstreamed: https://github.com/NixOS/nixpkgs/pull/176018 # (it's a dupe of https://github.com/NixOS/nixpkgs/pull/112677 ) ./02-rpi4-uboot.patch # Fix mk flutter app # closed. updates fluffychat 1.2.0 -> 1.6.1, but unstable hashing (fetchpatch { url = "https://github.com/NixOS/nixpkgs/pull/186839.diff"; sha256 = "sha256-NdIfie+eTy4V1vgqiiRPtWdnxZ5ZHsvCMfkEDUv9SC8="; }) # # # Flutter: 3.0.4->3.3.2, flutter.dart: 2.17.5->2.18.1 # # (fetchpatch { # # url = "https://github.com/NixOS/nixpkgs/pull/189338.diff"; # # sha256 = "sha256-MppSk1D3qQT8Z4lzEZ93UexoidT8yqM7ASPec4VvxCI="; # # }) # enable aarch64 support for flutter's dart package ./10-flutter-arm64.patch # TODO: upstream ./07-duplicity-rich-url.patch # kaiteki: init at 2022-09-03 (fetchpatch { # url = "https://git.uninsane.org/colin/nixpkgs/commit/ca8e17b15e99683e9372b4deb5dd446f1019937d.diff"; url = "https://github.com/NixOS/nixpkgs/pull/193169.diff"; sha256 = "sha256-1O9vC/r3jpvGhHGp7d2r3oL7C8kFX2Ph214JV0vWZA0="; }) # phosh-mobile-settings: init at 0.21.1 (fetchpatch { url = "http://git.uninsane.org/colin/nixpkgs/commit/0c1a7e8504291eb0076bbee3f8ebf693f4641112.diff"; # url = "https://github.com/NixOS/nixpkgs/pull/193845.diff"; sha256 = "sha256-OczjlQcG7sTM/V9Y9VL/qdwaWPKfjAJsh3czqqhRQig="; }) # home-assistant: 2022.9.7 -> 2022.10.0 # fixes sublime-music build by fixing its dataclasses-json dep (fetchpatch { url = "https://github.com/NixOS/nixpkgs/pull/194640.diff"; sha256 = "sha256-ptfo/XoS6bqiQsAXQ7KEif5rQwY43MXVViwiIuzD35I="; }) ]