File tree Expand file tree Collapse file tree
pkgs/desktops/pantheon/desktop/wingpanel-indicators/network Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- { lib , stdenv
1+ { lib
2+ , stdenv
23, fetchFromGitHub
3- , fetchpatch
44, nix-update-script
55, substituteAll
66, pantheon
1414, libnma
1515, wingpanel
1616, libgee
17- , elementary-capnet-assist
1817} :
1918
2019stdenv . 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" ;
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments