gnome.gnome-shell: 42.0 → 42.1

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/42.0...42.1
This commit is contained in:
Jan Tojnar 2022-05-07 01:29:22 +00:00
parent 076d29a85a
commit 6f44ed8857

View file

@ -67,13 +67,13 @@ let
in
stdenv.mkDerivation rec {
pname = "gnome-shell";
version = "42.0";
version = "42.1";
outputs = [ "out" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "M9QE+zyTud5CmE8BEKKWnWpKckfCf+f14kxn7P7HUJQ=";
sha256 = "9e6KYVj6EiYnQScmy4gATn4tBGrcMiFQViROWbdAY+o=";
};
patches = [