gnome-shell-extensions: 48.0 → 48.1

https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/compare/48.0...48.1

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar 2025-04-17 19:15:56 +00:00
parent 4a32358068
commit f58b6c8dc2

View file

@ -15,11 +15,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell-extensions";
version = "48.0";
version = "48.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell-extensions/${lib.versions.major finalAttrs.version}/gnome-shell-extensions-${finalAttrs.version}.tar.xz";
hash = "sha256-8wG15zVNWtwByLsheTgQB04epAjeRTAPdn0QRFTbPjM=";
hash = "sha256-m2f8LFgC2hcTp3sZ/6BCMY3XHnva6EN3lsX1GXlTOTw=";
};
patches = [