1
0
Fork 1
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:
Chris Martin 2016-09-05 20:42:33 -04:00
parent 7ae2f5817b
commit 06e8b84a3f

View file

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://download.draios.com/dependencies/libb64-1.2.src.zip";
md5 = "a609809408327117e2c643bed91b76c5";
sha256 = "1lxzi6v10qsl2r6633dx0zwqyvy0j19nmwclfd0d7qybqmhqsg9l";
};
buildInputs = [ unzip ];