Skip to content

Commit

Permalink
gnome.gnome-shell-extensions: 42.0 → 42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed May 7, 2022
1 parent 6f44ed8 commit d9fed88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome/core/gnome-shell-extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

stdenv.mkDerivation rec {
pname = "gnome-shell-extensions";
version = "42.0";
version = "42.1";

src = fetchurl {
url = "mirror://gnome/sources/gnome-shell-extensions/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "PuZbdbGv2LzKCioD2psohHh+1A4leogdmqbvfIcnYC8=";
sha256 = "LYjv61d+2viqrkMcd5um5uuWHuvd8FzKLsyhqgTbekA=";
};

patches = [
Expand Down

0 comments on commit d9fed88

Please sign in to comment.