summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/desktop
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-07-07 10:41:38 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-07-07 11:35:21 -0400
commit8557cc77ede2726964ef3561ae5a59b55f3624ff (patch)
tree4849347062027a00a49ff266b8e558843080cada /pkgs/desktops/pantheon/desktop
parent3da77587ee4f8d774934d085b776ba9810385045 (diff)
downloadnixpkgs-8557cc77ede2726964ef3561ae5a59b55f3624ff.tar
nixpkgs-8557cc77ede2726964ef3561ae5a59b55f3624ff.tar.gz
nixpkgs-8557cc77ede2726964ef3561ae5a59b55f3624ff.tar.bz2
nixpkgs-8557cc77ede2726964ef3561ae5a59b55f3624ff.tar.lz
nixpkgs-8557cc77ede2726964ef3561ae5a59b55f3624ff.tar.xz
nixpkgs-8557cc77ede2726964ef3561ae5a59b55f3624ff.tar.zst
nixpkgs-8557cc77ede2726964ef3561ae5a59b55f3624ff.zip
pantheon.wingpanel: 2.3.1 -> 2.3.2
https://github.com/elementary/wingpanel/releases/tag/2.3.2
Diffstat (limited to 'pkgs/desktops/pantheon/desktop')
-rw-r--r--pkgs/desktops/pantheon/desktop/wingpanel/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel/default.nix
index ff9925c5357..99cd7b69c1c 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel/default.nix
@@ -20,13 +20,13 @@
 
 stdenv.mkDerivation rec {
   pname = "wingpanel";
-  version = "2.3.1";
+  version = "2.3.2";
 
   src = fetchFromGitHub {
     owner = "elementary";
     repo = pname;
     rev = version;
-    sha256 = "0yvn1crylrdc9gq6gc7v4ynb5ii4n0c3bnswfq72p8cs3vvvvv24";
+    sha256 = "0sz3m64s5clirmiamx67iq42spba7sggcb29sny44z9f939vly4r";
   };
 
   passthru = {