From 861defcc6ec3f7abd17cd3c5c67ed895eafe0762 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 30 Sep 2022 05:17:48 -0700 Subject: [PATCH] phosh: 0.21.0 -> 0.21.1 --- nixpatches/list.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index ecea2753..7a60d965 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -54,4 +54,11 @@ fetchpatch: [ url = "https://github.com/NixOS/nixpkgs/pull/193362.diff"; sha256 = "sha256-ZkkbNdCKh905fDe9QHrP/alRkDfenoPc6XrLg3Hf2dI="; }) + + # phosh: 0.21.0 -> 0.21.1 + (fetchpatch { + url = "https://git.uninsane.org/colin/nixpkgs/commit/0b81457690fce39b14c5d3463af0d6331b73b850.diff"; + sha256 = "sha256-GtpYSii1c/Kw1NEQ4sVR1nO/kvSa/CSIxuXxL00oBGw="; + }) + ]