Merge pull request #325580 from r-ryantm/auto-update/show-midi

show-midi: 0.9.0 -> 1.0.0
This commit is contained in:
Weijia Wang 2024-07-08 23:28:52 +02:00 committed by GitHub
commit 0c02ad64cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "show-midi";
version = "0.9.0";
version = "1.0.0";
src = fetchFromGitHub {
owner = "gbevin";
repo = "ShowMIDI";
rev = finalAttrs.version;
hash = "sha256-xt2LpoiaOWAeWM/YzaKM0WGi8aHs4T7pvMw1s/P4Oj0=";
hash = "sha256-ezX2W3qCnbJORfBqZqiDuxuDyfuxDMyaWjF9AfoPAS8=";
fetchSubmodules = true;
};