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

show-midi: 0.8.0 -> 0.9.0
This commit is contained in:
Weijia Wang
2024-01-28 07:38:42 +01:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "show-midi";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "gbevin";
repo = "ShowMIDI";
rev = finalAttrs.version;
hash = "sha256-BtkfeHZyeSZH6wIojj3dd2nCS5R535dSWsis/hXJbPc=";
hash = "sha256-xt2LpoiaOWAeWM/YzaKM0WGi8aHs4T7pvMw1s/P4Oj0=";
fetchSubmodules = true;
};