Merge pull request #287433 from orivej/x42-gmsynth

x42-gmsynth: 0.4.1 -> 0.6.0
This commit is contained in:
Orivej Desh (NixOS) 2024-02-19 22:39:04 +00:00 committed by GitHub
commit 51cf4c4d0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "x42-gmsynth";
version = "0.4.1";
version = "0.6.0";
src = fetchFromGitHub {
owner = "x42";
repo = "gmsynth.lv2";
rev = "v${version}";
sha256 = "08dvdj8r17sfl6l18g2b8abgls2irkbrq5vhrfai01hp2m0rlm34";
hash = "sha256-onZoaQVAGH/1d7jBRlN3ucx/3mTGUCxjvvt19GyprsY=";
};
nativeBuildInputs = [ pkg-config ];