summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-05 23:35:32 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-04-06 02:48:07 -0400
commit20feca41fde730a9e726732483b0577f7cb30ffb (patch)
tree377a4d226ccab7fefc89b3f07ff801a362640e68 /pkgs
parent344a5a731b138c2e3b701d5ac09a4fb6e1a8a8a1 (diff)
downloadnixpkgs-20feca41fde730a9e726732483b0577f7cb30ffb.tar
nixpkgs-20feca41fde730a9e726732483b0577f7cb30ffb.tar.gz
nixpkgs-20feca41fde730a9e726732483b0577f7cb30ffb.tar.bz2
nixpkgs-20feca41fde730a9e726732483b0577f7cb30ffb.tar.lz
nixpkgs-20feca41fde730a9e726732483b0577f7cb30ffb.tar.xz
nixpkgs-20feca41fde730a9e726732483b0577f7cb30ffb.tar.zst
nixpkgs-20feca41fde730a9e726732483b0577f7cb30ffb.zip
pantheon.mutter: 328 -> 334
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/pantheon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/pantheon/default.nix b/pkgs/desktops/pantheon/default.nix
index b545a69e424..8e8e5fc6318 100644
--- a/pkgs/desktops/pantheon/default.nix
+++ b/pkgs/desktops/pantheon/default.nix
@@ -29,7 +29,7 @@ lib.makeScope pkgs.newScope (self: with self; {
 
   maintainers = with pkgs.stdenv.lib.maintainers; [ worldofpeace ];
 
-  mutter = pkgs.gnome3.mutter328;
+  mutter = pkgs.gnome3.mutter334;
 
   elementary-gsettings-schemas = callPackage ./desktop/elementary-gsettings-schemas { };