From e3babbd9a68f1cb9ef95cbb03e9ce615f0ef2f2e Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 22 Oct 2022 10:05:57 +0800 Subject: [PATCH] pantheon.switchboard-plug-sharing: 2.1.5 -> 2.1.6 --- .../apps/switchboard-plugs/sharing/default.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix index 2a480bb9e257..32f572f55d52 100644 --- a/pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/sharing/default.nix @@ -2,7 +2,6 @@ , stdenv , fetchFromGitHub , nix-update-script -, fetchpatch , meson , ninja , pkg-config @@ -15,24 +14,15 @@ stdenv.mkDerivation rec { pname = "switchboard-plug-sharing"; - version = "2.1.5"; + version = "2.1.6"; src = fetchFromGitHub { owner = "elementary"; repo = pname; rev = version; - sha256 = "00lqrxq1wz3y2s9jiz8rh9d571va2vza2gdwj6c86z3q4c4hmn17"; + sha256 = "sha256-izo30JjPkZtR6A/bfvZNmIE4Hq5hofWmxdUwBJYoSm8="; }; - patches = [ - # Upstream code not respecting our localedir - # https://github.com/elementary/switchboard-plug-sharing/pull/55 - (fetchpatch { - url = "https://github.com/elementary/switchboard-plug-sharing/commit/5219839738b79e3c5f039a811d96a40eb2644eab.patch"; - sha256 = "020w746q7gzmic0pdnbxs792sx15wlsqaf2x770r5xwbyfmqr7bs"; - }) - ]; - nativeBuildInputs = [ meson ninja