gnome.gnome-shell-extensions: 45.beta → 45.0

https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/compare/45.beta...45.0

- Follows REUSE spec for licensing, no licensing change.

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong 2023-09-18 13:40:55 +00:00 committed by Jan Tojnar
parent fa6ae1ab75
commit 81e8e407fb

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "gnome-shell-extensions";
version = "45.beta";
version = "45.0";
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell-extensions/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "C2IUTB55M7SH4LyxSLjXclDFCGPJK9Lf9xjGOdEZEE0=";
sha256 = "I5v4n/UnlPjV6GrNhfv+XCS+jOFnxXaQ2y79WHwzn9Y=";
};
patches = [