about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/desktop
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-10-31 17:50:50 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-10-31 21:15:53 -0400
commite094c1be6e824015580cc0fb622ac74ee03466be (patch)
treeafa38704130ec2d76ea10b5d75a045236e3af21a /pkgs/desktops/pantheon/desktop
parent162e348e810c1e121866c6f6c5f39951157beb89 (diff)
downloadnixlib-e094c1be6e824015580cc0fb622ac74ee03466be.tar
nixlib-e094c1be6e824015580cc0fb622ac74ee03466be.tar.gz
nixlib-e094c1be6e824015580cc0fb622ac74ee03466be.tar.bz2
nixlib-e094c1be6e824015580cc0fb622ac74ee03466be.tar.lz
nixlib-e094c1be6e824015580cc0fb622ac74ee03466be.tar.xz
nixlib-e094c1be6e824015580cc0fb622ac74ee03466be.tar.zst
nixlib-e094c1be6e824015580cc0fb622ac74ee03466be.zip
pantheon.wingpanel-indicator-datetime: 2.1.3 -> 2.2.0
https://github.com/elementary/wingpanel-indicator-datetime/releases/tag/2.2.0
Diffstat (limited to 'pkgs/desktops/pantheon/desktop')
-rw-r--r--pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix
index 4832c56ede48..91549342052c 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix
@@ -35,13 +35,13 @@ in
 
 stdenv.mkDerivation rec {
   pname = "wingpanel-indicator-datetime";
-  version = "2.1.3";
+  version = "2.2.0";
 
   src = fetchFromGitHub {
     owner = "elementary";
     repo = pname;
     rev = version;
-    sha256 = "1y7a4xjwl3bpls56ys6g3s6mh5b3qbjm2vw7b6n2i4x7a63c4cbh";
+    sha256 = "1whdx0vgm0qbbzsw8dg2liz3cbh3ad5ybkriy4lmx5ynyhpbz0sx";
   };
 
   passthru = {
@@ -69,16 +69,6 @@ stdenv.mkDerivation rec {
     wingpanel
   ];
 
-  patches = [
-    # See: https://github.com/elementary/wingpanel-indicator-datetime/pull/117
-    (fetchpatch {
-      url = "https://github.com/elementary/wingpanel-indicator-datetime/commit/4859e72a52d8dac5cad87b192fc912fb013b0ecd.patch";
-      sha256 = "0jfhb5sax4sivdfx7il1rc1dvhy0yfv27qhvwbdy0hza9wf8q9k0";
-    })
-  ];
-
-  PKG_CONFIG_WINGPANEL_2_0_INDICATORSDIR = "${placeholder "out"}/lib/wingpanel";
-
   postPatch = ''
     chmod +x meson/post_install.py
     patchShebangs meson/post_install.py