about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-06-30 09:37:16 +0800
committerBobby Rong <rjl931189261@126.com>2023-06-30 09:37:30 +0800
commit80cd4628eb198225b498e5695517008303e6b841 (patch)
treea9d07029f082703effa290a67db96d603e1bdf02 /pkgs
parent366eb41450f7b8722d37f2b1421db377e88668c5 (diff)
pantheon.wingpanel-indicator-bluetooth: 7.0.0 -> 7.0.1
https://github.com/elementary/wingpanel-indicator-bluetooth/releases/tag/7.0.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix
index 8f00b01ee3316..81604c472446b 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/bluetooth/default.nix
@@ -1,7 +1,6 @@
 { lib
 , stdenv
 , fetchFromGitHub
-, fetchpatch
 , nix-update-script
 , pkg-config
 , meson
@@ -19,24 +18,15 @@
 
 stdenv.mkDerivation rec {
   pname = "wingpanel-indicator-bluetooth";
-  version = "7.0.0";
+  version = "7.0.1";
 
   src = fetchFromGitHub {
     owner = "elementary";
     repo = pname;
     rev = version;
-    sha256 = "sha256-t8Sn8NQW7WueinPkJdn8hd0oCJ3uFeRJliggSFHoaZU=";
+    sha256 = "sha256-VLW3r5X0AWhNRQpajYmCNMIl/UvZCWz14gpxZLlLJdQ=";
   };
 
-  patches = [
-    # Prevent a race that skips automatic resource loading
-    # https://github.com/elementary/wingpanel-indicator-bluetooth/issues/203
-    (fetchpatch {
-      url = "https://github.com/elementary/wingpanel-indicator-bluetooth/commit/4f9237c0cb1152a696ccdd2a2fc83fc706f54d62.patch";
-      sha256 = "sha256-fUnqw0EAWvtpoo2wI++2B5kXNqQPxnsjPbZ7O30lXBI=";
-    })
-  ];
-
   nativeBuildInputs = [
     glib # for glib-compile-schemas
     libxml2