Unverified Commit 74ec9b6d authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

x42-gmsynth: 0.6.0 -> 0.6.2 (#389701)

parents efaa8739 f5e487f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "x42-gmsynth";
  version = "0.6.0";
  version = "0.6.2";

  src = fetchFromGitHub {
    owner = "x42";
    repo = "gmsynth.lv2";
    rev = "v${version}";
    hash = "sha256-onZoaQVAGH/1d7jBRlN3ucx/3mTGUCxjvvt19GyprsY=";
    hash = "sha256-Fu/wCQY5fTvAWo18hhiQC9LZAUwi3WJfhgWLI0rgmKs=";
  };

  nativeBuildInputs = [ pkg-config ];