gnome.mutter: 45.3 → 45.4
https://gitlab.gnome.org/GNOME/mutter/-/compare/45.3...45.4
This commit is contained in:
parent
f0487f42e6
commit
f12ba3617c
1 changed files with 2 additions and 2 deletions
|
@ -67,13 +67,13 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "mutter";
|
||||
version = "45.3";
|
||||
version = "45.4";
|
||||
|
||||
outputs = [ "out" "dev" "man" "devdoc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/mutter/${lib.versions.major finalAttrs.version}/mutter-${finalAttrs.version}.tar.xz";
|
||||
sha256 = "t4rqfz4r7IMioq8EBHFr4iaZBcfVDASwsqcaOIFPzQE=";
|
||||
sha256 = "kRQIN74VWC8sdTvmYauOQtrVXUobDwZQvQssk/Ar16s=";
|
||||
};
|
||||
|
||||
mesonFlags = [
|
||||
|
|
Loading…
Reference in a new issue