gnome.mutter: 41.3 → 42.beta
https://gitlab.gnome.org/GNOME/mutter/-/compare/41.3...42.beta Co-Authored-By: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
parent
1de0e97b37
commit
4e2857a125
1 changed files with 3 additions and 3 deletions
|
@ -46,13 +46,13 @@
|
|||
|
||||
let self = stdenv.mkDerivation rec {
|
||||
pname = "mutter";
|
||||
version = "41.4";
|
||||
version = "42.beta";
|
||||
|
||||
outputs = [ "out" "dev" "man" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/mutter/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "VYgmlQZKpvA4XNH39/qywqLtLJrsePV4+qB/UgnKUpw=";
|
||||
sha256 = "Nz3ZZtoUmh8qi2suTxsYIelEkUyaUd5A+0UTCNVD7UQ=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -136,7 +136,7 @@ let self = stdenv.mkDerivation rec {
|
|||
PKG_CONFIG_UDEV_UDEVDIR = "${placeholder "out"}/lib/udev";
|
||||
|
||||
passthru = {
|
||||
libdir = "${self}/lib/mutter-9";
|
||||
libdir = "${self}/lib/mutter-10";
|
||||
|
||||
tests = {
|
||||
libdirExists = runCommand "mutter-libdir-exists" {} ''
|
||||
|
|
Loading…
Reference in a new issue