gnome-shell-extensions: 48.2 → 48.3

https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/compare/48.2...48.3
This commit is contained in:
Bobby Rong
2025-07-13 23:34:55 +08:00
parent 2242659119
commit 5d868eded8
@@ -15,11 +15,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell-extensions";
version = "48.2";
version = "48.3";
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell-extensions/${lib.versions.major finalAttrs.version}/gnome-shell-extensions-${finalAttrs.version}.tar.xz";
hash = "sha256-6Sh+hjSJ5fpqLFWuW+ocqRCuQBbe6zQXNiZ4sEqR7P8=";
hash = "sha256-rd40wI9AtjQRvm8dF+I1VQoAkElIceZIHDEpidf0otQ=";
};
patches = [