sunvox: fix hash mismatch

gstqt5
Thomas Friese 2020-09-11 10:20:28 +02:00
parent 35521e4ea7
commit edd8fb3757
No known key found for this signature in database
GPG Key ID: 5F3F3F149FECADA6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://www.warmplace.ru/soft/sunvox/sunvox-${version}.zip";
sha256 = "15pyc3dk4dqlivgzki8sv7xpwg3bbn5xv9338g16a0dbn7s3kich";
sha256 = "04f7psm0lvc09nw7d2wp0sncf37bym2v7hhxp4v8c8gdgayj7k8m";
};
buildInputs = [ unzip ];