mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
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:
parent
fa6ae1ab75
commit
81e8e407fb
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user