3
0
Fork 0
forked from mirrors/nixpkgs

gnome3.gnome-shell: 3.36.2 -> 3.36.3

https://ftp.gnome.org/pub/GNOME/sources/gnome-shell/3.36/gnome-shell-3.36.3.news
This commit is contained in:
Tor Hedin Brønner 2020-06-05 21:14:17 +02:00
parent b62c2af71e
commit 40215faf81

View file

@ -17,11 +17,11 @@ let
in stdenv.mkDerivation rec {
pname = "gnome-shell";
version = "3.36.2";
version = "3.36.3";
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0lqpxhvn073bshnzarnisym3da3k3awsi3h906hm85hz3wm9n4iv";
sha256 = "1fs51lcaal4lnx6m5a3j8922yjbjk32khznx77cxb2db1zvspn46";
};
LANG = "en_US.UTF-8";