Unverified Commit 08d23128 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

libmt32emu: 2.7.2 -> 2.7.3 (#475029)

parents 4736e78c a68b5cbd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libmt32emu";
  version = "2.7.2";
  version = "2.7.3";

  src = fetchFromGitHub {
    owner = "munt";
    repo = "munt";
    tag = "libmt32emu_${lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
    hash = "sha256-wXIvdGoup/AOQggkeXvtbi3pXhyKUKWmyt/ZbGzufds=";
    hash = "sha256-3sL9ZDM4/70vKPkOU6Et82c3RC5OYt0eQb5miDYRU0I=";
  };

  outputs = [