Merge pull request #23689 from sh01/hwdata_hashaddr

hwdata: Use content-addressed source file; previous source tarball changes contents.
This commit is contained in:
Michael Raskin 2017-03-18 19:16:27 +01:00 committed by GitHub
commit fb26aadbe4

View File

@ -5,8 +5,8 @@ stdenv.mkDerivation rec {
version = "0.291";
src = fetchurl {
url = "https://git.fedorahosted.org/cgit/hwdata.git/snapshot/hwdata-${version}.tar.xz";
sha256 = "121qixrdhdncva1cnj7m7jlqvi1kbj85dpi844jiis3a8hgpzw5a";
url = "http://pkgs.fedoraproject.org/repo/pkgs/hwdata/hwdata-0.291.tar.bz2/effe59bf406eb03bb295bd34e0913dd8/hwdata-0.291.tar.bz2";
sha256 = "01cq9csryxcrilnqdjd2r8gpaap3mk4968v7y36c7shyyaf9zkym";
};
preConfigure = "patchShebangs ./configure";