Skip to content

Commit

Permalink
hwdata: Use content-addressed source file
Browse files Browse the repository at this point in the history
previous source tarball changed contents.

(cherry picked from commit 00f16e3)
Close #24422.
  • Loading branch information
sh01 authored and vcunat committed Mar 29, 2017
1 parent e70521a commit 9363db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/hwdata/default.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 9363db4

Please sign in to comment.