os-prober: use sha256 instead of md5

This commit is contained in:
Symphorien Gibol
2016-12-24 14:16:59 +01:00
parent 3655533a93
commit 7c5aa58d67

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
name = "os-prober-${version}";
src = fetchurl {
url = "mirror://debian/pool/main/o/os-prober/os-prober_${version}.tar.xz";
md5 = "a7e833555f54387a4798ffea8c2bf0d4";
sha256 = "c4a7661a52edae722f7e6bacb3f107cf7086cbe768275fadf5398d04360bfc84";
};
buildInputs = [ makeWrapper ];