x42-gmsynth: 0.6.3 -> 0.6.4 (#488949)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-15 00:43:05 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "x42-gmsynth";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "x42";
repo = "gmsynth.lv2";
tag = "v${finalAttrs.version}";
hash = "sha256-js7c8d+yOjrRBs/xtHNfhXAcbiPX1PKFjHsThtEgzPQ=";
hash = "sha256-PDuvVNw9hxJVJwEYGeBJDKAt9ogHHJWELw/8LT+ZnVQ=";
};
nativeBuildInputs = [ pkg-config ];