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
commit 99bc0708fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [