gnome.gnome-shell-extensions: 41.1 -> 41.2

This commit is contained in:
R. Ryantm 2022-02-18 20:53:11 +00:00 committed by Jan Tojnar
parent 7d50f11950
commit 664c68a5c4

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "gnome-shell-extensions";
version = "41.1";
version = "41.2";
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell-extensions/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "0ObyJz8I1S2SX8K7ZrR7KOXvUNG4oUAgh3xmJCPVB9M=";
sha256 = "rZuoL0y9BHJpc7XoevrRiv2qMjhgoK8+ckDzp00iLxk=";
};
patches = [