Merge pull request #97742 from tasmo/sunvox-1.9.5d

sunvox: fix hash mismatch
gstqt5
Stig P 2020-09-20 21:59:17 +00:00 committed by GitHub
commit 37ab1fe8cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ];