sord: 0.16.18 -> 0.16.20

Changes: https://gitlab.com/drobilla/sord/-/blob/v0.16.20/NEWS?ref_type=tags
This commit is contained in:
Sergei Trofimovich
2025-11-13 06:42:23 +00:00
parent 61630d4ab5
commit 38c1e3b317
+6 -5
View File
@@ -2,7 +2,7 @@
lib,
stdenv,
doxygen,
fetchFromGitHub,
fetchFromGitLab,
meson,
ninja,
pcre2,
@@ -14,13 +14,14 @@
stdenv.mkDerivation rec {
pname = "sord";
version = "0.16.18";
version = "0.16.20";
src = fetchFromGitHub {
src = fetchFromGitLab {
domain = "gitlab.com";
owner = "drobilla";
repo = "sord";
rev = "v${version}";
hash = "sha256-cFobmmO2RHJdfCgTyGigzsdLpj7YF6U3r71i267Azks=";
tag = "v${version}";
hash = "sha256-+f3dxhcxVoub+KeI5c5/J87SVvAawrm5cZgo2qogdRM=";
};
outputs = [