gnome-shell-extensions: 46.2 → 47.beta
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/compare/46.2...47.beta Tested top-icons extension with slack, from the MR "this is leveraging the xembed support in gnome-shell" and no StatusNotifierItem/AppIndicator support. https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/194 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gnome-shell-extensions";
|
||||
version = "46.2";
|
||||
version = "47.beta";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-shell-extensions/${lib.versions.major finalAttrs.version}/gnome-shell-extensions-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-1ELp0mklEl/yFaXBNCkElWVTgHQdqvuzejqZ1vDH2G8=";
|
||||
hash = "sha256-nbuqfLH3wNn/Y2wBDN6FhE4YjJyFUl+40osjJ8D6Iiw=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user