x42-gmsynth: 0.6.0 -> 0.6.2

This commit is contained in:
R. Ryantm
2025-03-14 00:45:34 +00:00
parent 573c650e8a
commit f5e487f694
+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 ];