qdelay: 1.0.7 -> 1.0.8 (#485203)

This commit is contained in:
Nick Cao
2026-01-30 19:56:17 +00:00
committed by GitHub
+2 -2
View File
@@ -23,14 +23,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qdelay";
version = "1.0.7";
version = "1.0.8";
src = fetchFromGitHub {
owner = "tiagolr";
repo = "qdelay";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-Pnta6KyvOPKsKp9wfofc6BnBGJdV7Of6tFeTgaCTu7c=";
hash = "sha256-URBbXopXB3pm5vJ9Afa9H3upYdfqgT/NhujgPL54NV4=";
};
nativeBuildInputs = [