Skip to content

Commit 6a0e026

Browse files
committed
pantheon.wingpanel-indicator-network: 2.3.0 -> 2.3.1
1 parent 6ef3339 commit 6a0e026

2 files changed

Lines changed: 4 additions & 31 deletions

File tree

pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/default.nix

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{ lib, stdenv
1+
{ lib
2+
, stdenv
23
, fetchFromGitHub
3-
, fetchpatch
44
, nix-update-script
55
, substituteAll
66
, pantheon
@@ -14,18 +14,17 @@
1414
, libnma
1515
, wingpanel
1616
, libgee
17-
, elementary-capnet-assist
1817
}:
1918

2019
stdenv.mkDerivation rec {
2120
pname = "wingpanel-indicator-network";
22-
version = "2.3.0";
21+
version = "2.3.1";
2322

2423
src = fetchFromGitHub {
2524
owner = "elementary";
2625
repo = pname;
2726
rev = version;
28-
sha256 = "0q5ad2sj0nmigrh1rykb2kvik3hzibzyafdvkkmjd6y92145lwl1";
27+
sha256 = "sha256-xr1ZihWK8fU8M/rXRKk5dOjoQNe3aJO8ouKC/iVZ7Sk=";
2928
};
3029

3130
passthru = {
@@ -50,19 +49,6 @@ stdenv.mkDerivation rec {
5049
wingpanel
5150
];
5251

53-
patches = [
54-
(substituteAll {
55-
src = ./fix-paths.patch;
56-
elementary_capnet_assist = elementary-capnet-assist;
57-
})
58-
# Upstream code not respecting our localedir
59-
# https://github.com/elementary/wingpanel-indicator-network/pull/228
60-
(fetchpatch {
61-
url = "https://github.com/elementary/wingpanel-indicator-network/commit/eacc7d46a94a980005e87e38e6c943143a09692a.patch";
62-
sha256 = "1svg07fqmplchp1ass0h8qkr3g24pkw8dcsnd54ddmvnjzwrzz0a";
63-
})
64-
];
65-
6652
meta = with lib; {
6753
description = "Network Indicator for Wingpanel";
6854
homepage = "https://github.com/elementary/wingpanel-indicator-network";

pkgs/desktops/pantheon/desktop/wingpanel-indicators/network/fix-paths.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)