zsync: replace sha1 with sha256

This commit is contained in:
Jörg Thalheim 2017-02-25 00:31:01 +01:00
parent 4c11d5fe83
commit fc2a42b40e
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://zsync.moria.org.uk/download/${name}.tar.bz2";
sha1 = "5e69f084c8adaad6a677b68f7388ae0f9507617a";
sha256 = "1wjslvfy76szf0mgg2i9y9q30858xyjn6v2acc24zal76d1m778b";
};
meta = {