gnome3.gnome-shell: 3.38.2 -> 3.38.3

This commit is contained in:
Maxine Aubrey 2021-03-12 02:22:55 +01:00
parent 93151f857a
commit 6f54e711a8
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -65,13 +65,13 @@ let
in
stdenv.mkDerivation rec {
pname = "gnome-shell";
version = "3.38.2";
version = "3.38.3";
outputs = [ "out" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "05fm7kxyvws2lbb156wfa2wf4xmkxr49rrjxg0yaxf68v000yq2k";
sha256 = "sha256-U0W0GMsSqXKVXOXM6u1mYkgAJzNrXFHa6lcwV1tiHO0=";
};
patches = [