summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-18 12:41:47 -0700
committerobadz <obadz-git@obadz.com>2018-03-21 22:22:53 +0000
commit13ab409b1e6f388c0412fc03aa8f2c7cc37dc7b2 (patch)
tree1b9196e23b64280684561ee09f00736789192a5e /pkgs/servers
parent74720a36c75ce74dbafb86a147aecbbdd0c1f6a7 (diff)
downloadnixpkgs-13ab409b1e6f388c0412fc03aa8f2c7cc37dc7b2.tar
nixpkgs-13ab409b1e6f388c0412fc03aa8f2c7cc37dc7b2.tar.gz
nixpkgs-13ab409b1e6f388c0412fc03aa8f2c7cc37dc7b2.tar.bz2
nixpkgs-13ab409b1e6f388c0412fc03aa8f2c7cc37dc7b2.tar.lz
nixpkgs-13ab409b1e6f388c0412fc03aa8f2c7cc37dc7b2.tar.xz
nixpkgs-13ab409b1e6f388c0412fc03aa8f2c7cc37dc7b2.tar.zst
nixpkgs-13ab409b1e6f388c0412fc03aa8f2c7cc37dc7b2.zip
xorg.utilmacros: 1.19.1 -> 1.19.2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.19.2 with grep in /nix/store/0dsmsg3p8dzp24h3ldc8xl0kzjwxpg6b-util-macros-1.19.2
- directory tree listing: https://gist.github.com/c2988d9a6c1d7cd8bfd5b9513e60d79c
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/x11/xorg/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/x11/xorg/default.nix b/pkgs/servers/x11/xorg/default.nix
index d22565ae8db..286662ca048 100644
--- a/pkgs/servers/x11/xorg/default.nix
+++ b/pkgs/servers/x11/xorg/default.nix
@@ -1364,11 +1364,11 @@ let
   }) // {inherit libICE libSM libX11 libXext libXmu xproto libXt ;};
 
   utilmacros = (mkDerivation "utilmacros" {
-    name = "util-macros-1.19.1";
+    name = "util-macros-1.19.2";
     builder = ./builder.sh;
     src = fetchurl {
-      url = mirror://xorg/individual/util/util-macros-1.19.1.tar.bz2;
-      sha256 = "19h6wflpmh7xxqr6lk5z8pds6r9r0dn7ijbvaacymx2q0m05km0q";
+      url = mirror://xorg/individual/util/util-macros-1.19.2.tar.bz2;
+      sha256 = "04p7ydqxgq37jklnfj18b70zsifiz4h50wvrk94i2112mmv37r6p";
     };
     nativeBuildInputs = [ pkgconfig ];
     buildInputs = [ ];