mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
gnome3.mutter: 3.34.2 -> 3.34.3
https://gitlab.gnome.org/GNOME/mutter/blob/3.34.3/NEWS
This commit is contained in:
parent
4bdcab3bd2
commit
63f314f2c3
1 changed files with 2 additions and 2 deletions
|
@ -42,13 +42,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mutter";
|
||||
version = "3.34.2";
|
||||
version = "3.34.3";
|
||||
|
||||
outputs = [ "out" "dev" "man" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/mutter/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "0b8bz5kvs7rlwvqsg87cf6jhrrj95vgd1l235mjx8rip35ipfvrd";
|
||||
sha256 = "12aaxmclg3aw7qkk3pzpw8f5vrk0cxwprdrjnx9bjpf31gfpvxfd";
|
||||
};
|
||||
|
||||
mesonFlags = [
|
||||
|
|
Loading…
Reference in a new issue