sord: 0.16.16 -> 0.16.18

Changes: https://drobilla.net/2025/01/19/sord-0-16-18.html
This commit is contained in:
Sergei Trofimovich
2025-01-20 06:38:40 +00:00
parent 564ebcada1
commit e057e554fd
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "sord";
version = "0.16.16";
version = "0.16.18";
src = fetchFromGitHub {
owner = "drobilla";
repo = pname;
rev = "v${version}";
hash = "sha256-GDs1m8KoEhJDdCf7kacQMZzCNPoZhESJds6KupQvOkU=";
hash = "sha256-cFobmmO2RHJdfCgTyGigzsdLpj7YF6U3r71i267Azks=";
};
outputs = [