sord: 0.16.20 -> 0.16.22 (#489399)

This commit is contained in:
Marcin Serwin
2026-06-04 13:30:03 +00:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sord";
version = "0.16.20";
version = "0.16.22";
src = fetchFromGitLab {
owner = "drobilla";
repo = "sord";
tag = "v${finalAttrs.version}";
hash = "sha256-+f3dxhcxVoub+KeI5c5/J87SVvAawrm5cZgo2qogdRM=";
hash = "sha256-XrtYKc/7oD/4XrWduokILeWgNIY0QrRDj36s50LOK80=";
};
outputs = [