mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
mutter: 48.0 → 48.2
https://gitlab.gnome.org/GNOME/mutter/-/compare/48.0...48.2 - New optional libevdev dependency for tests (not adding it since we are not running tests). Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
79b6bc743d
commit
49d1b71b33
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "mutter";
|
||||
version = "48.0";
|
||||
version = "48.2";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/mutter/${lib.versions.major finalAttrs.version}/mutter-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-nKF3/VhRpAd/F/aoiMRUR7fRFjyYeVgFl6H9g39H5X0=";
|
||||
hash = "sha256-PBi6Tgk+qaN4ET3K+nvbXB+db1r5dlAmt+Zst42vYU4=";
|
||||
};
|
||||
|
||||
mesonFlags = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue