mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
xorg/iceauth: 1.0.7 -> 1.0.8
This commit is contained in:
parent
f20fae7fe3
commit
088a0b922b
2 changed files with 4 additions and 4 deletions
|
@ -573,11 +573,11 @@ lib.makeScope newScope (self: with self; {
|
|||
}) {};
|
||||
|
||||
iceauth = callPackage ({ stdenv, pkgconfig, fetchurl, libICE, xorgproto }: stdenv.mkDerivation {
|
||||
name = "iceauth-1.0.7";
|
||||
name = "iceauth-1.0.8";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/app/iceauth-1.0.7.tar.bz2;
|
||||
sha256 = "02izdyzhwpgiyjd8brzilwvwnfr72ncjb6mzz3y1icwrxqnsy5hj";
|
||||
url = mirror://xorg/individual/app/iceauth-1.0.8.tar.bz2;
|
||||
sha256 = "1ik0mdidmyvy48hn8p2hwvf3535rf3m96hhf0mvcqrbj44x23vp6";
|
||||
};
|
||||
hardeningDisable = [ "bindnow" "relro" ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
|
@ -11,7 +11,7 @@ https://xcb.freedesktop.org/dist/xcb-util-wm-0.4.1.tar.bz2
|
|||
mirror://xorg/individual/app/appres-1.0.5.tar.bz2
|
||||
mirror://xorg/individual/app/bdftopcf-1.1.tar.bz2
|
||||
mirror://xorg/individual/app/bitmap-1.0.8.tar.gz
|
||||
mirror://xorg/individual/app/iceauth-1.0.7.tar.bz2
|
||||
mirror://xorg/individual/app/iceauth-1.0.8.tar.bz2
|
||||
mirror://xorg/individual/app/luit-1.1.1.tar.bz2
|
||||
mirror://xorg/individual/app/mkfontdir-1.0.7.tar.bz2
|
||||
mirror://xorg/individual/app/mkfontscale-1.1.3.tar.bz2
|
||||
|
|
Loading…
Reference in a new issue