gnome.gnome-shell: 40.0-unstable-2021-05-01 → 40.1
This commit is contained in:
parent
5ad529cde2
commit
5711c768af
@ -1,6 +1,5 @@
|
|||||||
{ fetchurl
|
{ fetchurl
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, fetchgit
|
|
||||||
, substituteAll
|
, substituteAll
|
||||||
, lib, stdenv
|
, lib, stdenv
|
||||||
, meson
|
, meson
|
||||||
@ -67,20 +66,14 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell";
|
pname = "gnome-shell";
|
||||||
version = "40.0-unstable-2021-05-01";
|
version = "40.1";
|
||||||
|
|
||||||
outputs = [ "out" "devdoc" ];
|
outputs = [ "out" "devdoc" ];
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchurl {
|
||||||
url = "https://gitlab.gnome.org/GNOME/gnome-shell.git";
|
url = "mirror://gnome/sources/gnome-shell/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
rev = "a8a79c03330427808e776c344f7ebc42782a1b5a";
|
sha256 = "sha256-9j4r7Zm9iVjPMT2F9EoBjVn4UqBbqfKap8t0S+xvprc=";
|
||||||
sha256 = "ivHV0SRpnBqsdC7fu1Xhtd/BA55O0UdbUyDLy5KHNYs=";
|
|
||||||
fetchSubmodules = true;
|
|
||||||
};
|
};
|
||||||
# src = fetchurl {
|
|
||||||
# url = "mirror://gnome/sources/gnome-shell/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
|
||||||
# sha256 = "sha256-vOcfQC36qcXiab9lv0iiI0PYlubPmiw0ZpOS1/v2hHg=";
|
|
||||||
# };
|
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Hardcode paths to various dependencies so that they can be found at runtime.
|
# Hardcode paths to various dependencies so that they can be found at runtime.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user