librearp-lv2: 2.4 -> 2.5

This commit is contained in:
Bart Brouns
2026-05-14 16:08:27 +02:00
parent 7e571ea12b
commit a03ff8b358

View File

@@ -21,13 +21,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "librearp-lv2";
version = "2.4";
version = "2.5";
src = fetchFromGitLab {
owner = "LibreArp";
repo = "LibreArp";
rev = "${finalAttrs.version}-lv2";
hash = "sha256-x+ZPiU/ZFzrXb8szMS9Ts4JEEyXYpM8CLZHT4lNJWY8=";
hash = "sha256-RKYRHghNVP4Sg4yCO38CIz1Brr1r6gY2K/hDCngEE68=";
fetchSubmodules = true;
};