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
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue