mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
gnome-shell-extensions: 47.beta → 47.0
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/compare/47.beta...47.0 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
parent
bd49d08fb8
commit
cfd9868e70
@ -15,11 +15,11 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gnome-shell-extensions";
|
||||
version = "47.beta";
|
||||
version = "47.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-shell-extensions/${lib.versions.major finalAttrs.version}/gnome-shell-extensions-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-nbuqfLH3wNn/Y2wBDN6FhE4YjJyFUl+40osjJ8D6Iiw=";
|
||||
hash = "sha256-UPBPe6UO3tEM6gekcF+zNj6Gkm0QARvlslA3Vmdwg08=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user