mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Fix url
This commit is contained in:
parent
53b686d1cd
commit
4d29005771
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "libtxc_dxtn-1.0.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "people.freedesktop.org/~cbrill/libtxc_dxtn/${name}.tar.bz2";
|
||||
url = "http://people.freedesktop.org/~cbrill/libtxc_dxtn/${name}.tar.bz2";
|
||||
sha256 = "0q5fjaknl7s0z206dd8nzk9bdh8g4p23bz7784zrllnarl90saa5";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user