We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abb87b commit a99fbf4Copy full SHA for a99fbf4
pkgs/by-name/mu/mutter46/package.nix
@@ -67,7 +67,7 @@
67
68
stdenv.mkDerivation (finalAttrs: {
69
pname = "mutter";
70
- version = "46.7";
+ version = "46.8";
71
72
outputs = [
73
"out"
@@ -78,7 +78,7 @@ stdenv.mkDerivation (finalAttrs: {
78
79
src = fetchurl {
80
url = "mirror://gnome/sources/mutter/${lib.versions.major finalAttrs.version}/mutter-${finalAttrs.version}.tar.xz";
81
- hash = "sha256-+7wVwLB2CS0WwB1cbwxvVNIR84Miy4wjseF9xW1MUl0=";
+ hash = "sha256-+8CDVEr7O4Vn18pobCF/g3sG+UeNbiV0FZ/5ocjhyWI=";
82
};
83
84
mesonFlags = [
0 commit comments