From 151fdad014d83770606c21a65a27ec838815a4ae Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 30 Sep 2022 17:00:05 -0700 Subject: [PATCH] phosh-mobile-settings: init at 0.21.1 --- nixpatches/list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 718e922f..06d25ff0 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -68,4 +68,10 @@ fetchpatch: [ url = "https://github.com/NixOS/nixpkgs/pull/193799.diff"; sha256 = "sha256-OcqDIoBcphGZfeeOzaS7Ip1khocpkYrpG6tMGExa3S4="; }) + + # phosh-mobile-settings: init at 0.21.1 + (fetchpatch { + url = "https://git.uninsane.org/colin/nixpkgs/commit/002e6527a404600f81951547566b4c8fc769f1da.diff"; + sha256 = "sha256-omIDd+ZpMtmcdbyXYAMWYk4JuLpVSUwHOGQ1v8kWmz4="; + }) ]