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

show-midi: 1.0.0 -> 1.0.1
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-07-22 06:40:50 +00:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "show-midi";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "gbevin";
repo = "ShowMIDI";
rev = finalAttrs.version;
hash = "sha256-ezX2W3qCnbJORfBqZqiDuxuDyfuxDMyaWjF9AfoPAS8=";
hash = "sha256-jANrFZqJZZMTGyNa0sIthoQzaDMdLzpGZqHfxNw8hDg=";
fetchSubmodules = true;
};