mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
libb64: md5->sha256
This commit is contained in:
parent
7ae2f5817b
commit
06e8b84a3f
|
@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.draios.com/dependencies/libb64-1.2.src.zip";
|
url = "http://download.draios.com/dependencies/libb64-1.2.src.zip";
|
||||||
md5 = "a609809408327117e2c643bed91b76c5";
|
sha256 = "1lxzi6v10qsl2r6633dx0zwqyvy0j19nmwclfd0d7qybqmhqsg9l";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip ];
|
buildInputs = [ unzip ];
|
||||||
|
|
Loading…
Reference in a new issue