about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-19 09:40:41 +0800
committerBobby Rong <rjl931189261@126.com>2021-12-19 09:40:41 +0800
commit42e445f2571508ddde959e64401edec51e0a8b18 (patch)
treee1e13195c9de101c998630c34e302ff3a4bface7 /pkgs/desktops
parent7cc11f76aff82d8ecfa300353e3d16711ded2843 (diff)
downloadnixlib-42e445f2571508ddde959e64401edec51e0a8b18.tar
nixlib-42e445f2571508ddde959e64401edec51e0a8b18.tar.gz
nixlib-42e445f2571508ddde959e64401edec51e0a8b18.tar.bz2
nixlib-42e445f2571508ddde959e64401edec51e0a8b18.tar.lz
nixlib-42e445f2571508ddde959e64401edec51e0a8b18.tar.xz
nixlib-42e445f2571508ddde959e64401edec51e0a8b18.tar.zst
nixlib-42e445f2571508ddde959e64401edec51e0a8b18.zip
pantheon.wingpanel: 3.0.1 -> 3.0.2
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/pantheon/desktop/wingpanel/default.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel/default.nix
index 709a4e3e6140..0cd7a13c3e12 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel/default.nix
@@ -22,19 +22,13 @@
 
 stdenv.mkDerivation rec {
   pname = "wingpanel";
-  version = "3.0.1";
+  version = "3.0.2";
 
   src = fetchFromGitHub {
     owner = "elementary";
     repo = pname;
     rev = version;
-    sha256 = "078yi36r452sc33mv2ck8z0icya1lhzhickllrlhc60rdri36sb8";
-  };
-
-  passthru = {
-    updateScript = nix-update-script {
-      attrPath = "pantheon.${pname}";
-    };
+    sha256 = "sha256-WvkQx+9YjKCINpyVg8KjCV0GAb0rJfblSFaO14/4oas=";
   };
 
   nativeBuildInputs = [
@@ -75,6 +69,12 @@ stdenv.mkDerivation rec {
     )
   '';
 
+  passthru = {
+    updateScript = nix-update-script {
+      attrPath = "pantheon.${pname}";
+    };
+  };
+
   meta = with lib; {
     description = "The extensible top panel for Pantheon";
     longDescription = ''