gnome.gnome-shell-extensions: 46.0 → 46.1

https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/compare/46.0...46.1
This commit is contained in:
Maxine Aubrey 2024-04-22 21:40:02 +02:00
parent fde471fa10
commit 0bd22df46d
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell-extensions";
version = "46.0";
version = "46.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell-extensions/${lib.versions.major finalAttrs.version}/gnome-shell-extensions-${finalAttrs.version}.tar.xz";
hash = "sha256-2BOPiM2S35+TIwkUnCNvvdd8G8CVRFA2q36w7NpTwBo=";
hash = "sha256-xbpQcA2nephvAGC+7az8AX5+yCKD8qY4SEKggHvEVT8=";
};
patches = [