Commit fda43408 authored by R. RyanTM's avatar R. RyanTM
Browse files

show-midi: 1.0.0 -> 1.0.1

parent cef77e15
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };