mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
gnome.gnome-shell-extensions: 42.beta → 42.0
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/compare/42.beta...42.0
This commit is contained in:
parent
0ff3e9dc9d
commit
46a26699b0
@ -13,11 +13,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-shell-extensions";
|
||||
version = "42.beta";
|
||||
version = "42.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-shell-extensions/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "QtHztEMRGe344a66JKAMgC9ixQBn4j2xKIynwSWsIu8=";
|
||||
sha256 = "PuZbdbGv2LzKCioD2psohHh+1A4leogdmqbvfIcnYC8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user