Commit 1c88591b authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

x42-gmsynth: 0.6.2 -> 0.6.3

parent c52a0138
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "x42-gmsynth";
  version = "0.6.2";
  version = "0.6.3";

  src = fetchFromGitHub {
    owner = "x42";
    repo = "gmsynth.lv2";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Fu/wCQY5fTvAWo18hhiQC9LZAUwi3WJfhgWLI0rgmKs=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-js7c8d+yOjrRBs/xtHNfhXAcbiPX1PKFjHsThtEgzPQ=";
  };

  nativeBuildInputs = [ pkg-config ];