gnome-shell-extensions: 50.0 → 50.1

https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/compare/50.0...50.1
This commit is contained in:
Bobby Rong
2026-05-06 23:23:40 +08:00
parent 898bfc59a8
commit 462d4db79a
@@ -15,11 +15,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell-extensions";
version = "50.0";
version = "50.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell-extensions/${lib.versions.major finalAttrs.version}/gnome-shell-extensions-${finalAttrs.version}.tar.xz";
hash = "sha256-u4sMpPJ++1+WLK9epJ2LfKe1qefkSzUB/J3eL94nwGc=";
hash = "sha256-RqXkpebEWNOftCNabYgzy9+8a+YLCeDw14Dxvm1aEmE=";
};
patches = [