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

This commit is contained in:
Wolfgang Walther
2025-03-16 13:47:08 +00:00
committed by GitHub
+2 -2
View File
@@ -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 ];