summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-09-26 20:25:24 +0800
committerBobby Rong <rjl931189261@126.com>2023-09-28 21:30:05 +0800
commitc2b690288001fe8aee96665db8850a9337144657 (patch)
treecf228d4e6080b79422335a23192f13ad6e218e7b
parent699b4f03153167c4b318d9b79da221d23780794f (diff)
downloadnixpkgs-c2b690288001fe8aee96665db8850a9337144657.tar
nixpkgs-c2b690288001fe8aee96665db8850a9337144657.tar.gz
nixpkgs-c2b690288001fe8aee96665db8850a9337144657.tar.bz2
nixpkgs-c2b690288001fe8aee96665db8850a9337144657.tar.lz
nixpkgs-c2b690288001fe8aee96665db8850a9337144657.tar.xz
nixpkgs-c2b690288001fe8aee96665db8850a9337144657.tar.zst
nixpkgs-c2b690288001fe8aee96665db8850a9337144657.zip
pantheon.wingpanel-indicator-network: 7.0.1 -> 7.0.2
https://github.com/elementary/wingpanel-indicator-network/compare/7.0.1...7.0.2
-rw-r--r--pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix
index d5bb01cecb9..3e89aa38189 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix
@@ -1,7 +1,6 @@
 { lib
 , stdenv
 , fetchFromGitHub
-, fetchpatch
 , nix-update-script
 , substituteAll
 , pkg-config
@@ -18,24 +17,15 @@
 
 stdenv.mkDerivation rec {
   pname = "wingpanel-indicator-network";
-  version = "7.0.1";
+  version = "7.0.2";
 
   src = fetchFromGitHub {
     owner = "elementary";
     repo = pname;
     rev = version;
-    sha256 = "sha256-pz2sWN33d20/fMByR+XrNz2lxPdgCA6vxism3E/Fh/I=";
+    sha256 = "sha256-PqTnopacT1/Ctx8VH6b35tiVI+3ZlrdFcRsDpAWm4a0=";
   };
 
-  patches = [
-    # PopoverWidget: fix flowbox child focus
-    # https://github.com/elementary/wingpanel-indicator-network/pull/288
-    (fetchpatch {
-      url = "https://github.com/elementary/wingpanel-indicator-network/commit/88db9004249334e1316321e0373a3065900fe6f1.patch";
-      sha256 = "sha256-rpAULo4qVPO3yr7cBVeKyT7L43zHVEdYLJD4x0ukBs4=";
-    })
-  ];
-
   nativeBuildInputs = [
     meson
     ninja