mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
libxkbdcommon: sha1 to sha256, also: upstream sha1 changed?
This commit is contained in:
parent
53d31634ed
commit
00078e317e
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "http://xkbcommon.org/download/${name}.tar.xz";
|
||||
sha1 = "z9dvxrkcyb4b7f2zybgkrqb9zcxrj9vi";
|
||||
sha256 = "176ii5dn2wh74q48sd8ac37ljlvgvp5f506glr96z6ibfhj7igch";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig yacc flex xkeyboard_config libxcb ];
|
||||
|
@ -23,4 +23,3 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://xkbcommon.org;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue