Unverified Commit 0779fd54 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

libmt32emu: 2.7.1 -> 2.7.2 (#396029)

parents ca3c4ac1 2c525864
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "libmt32emu";
  version = "2.7.1";
  version = "2.7.2";

  src = fetchFromGitHub {
    owner = "munt";
    repo = "munt";
    rev = "${pname}_${lib.replaceStrings [ "." ] [ "_" ] version}";
    sha256 = "sha256-zY1AFcm8uvFkrKUZHsqtKY2CYTY4bWmkTJ7bZPqXoxk=";
    sha256 = "sha256-wXIvdGoup/AOQggkeXvtbi3pXhyKUKWmyt/ZbGzufds=";
  };

  outputs = [