Merge pull request #119462 from r-ryantm/auto-update/MIDIVisualizer

MIDIVisualizer: 6.3 -> 6.4
This commit is contained in:
Ryan Mulligan 2021-04-14 16:15:16 -07:00 committed by GitHub
commit bb9d0c3038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "MIDIVisualizer";
version = "6.3";
version = "6.4";
src = fetchFromGitHub {
owner = "kosua20";
repo = pname;
rev = "v${version}";
sha256 = "sha256-U/YmxHD6e13I++aW+z1Y5xtZ+MN0KUJLSskrF4+UgTE=";
sha256 = "sha256-XR5xmQYVbBR6QWt/+PLeGqg0t4xl35MPrQNaPsmgAYA=";
};
nativeBuildInputs = [ cmake pkg-config makeWrapper];