qdelay: 1.0.6 -> 1.0.7 (#482803)

This commit is contained in:
Arne Keller
2026-01-23 11:40:31 +00:00
committed by GitHub
+2 -2
View File
@@ -20,14 +20,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qdelay";
version = "1.0.6";
version = "1.0.7";
src = fetchFromGitHub {
owner = "tiagolr";
repo = "qdelay";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-2fu2eF1SjM1qSwKx/oEAx6EWNbNZ8VeJrtnmvxm/0yU=";
hash = "sha256-Pnta6KyvOPKsKp9wfofc6BnBGJdV7Of6tFeTgaCTu7c=";
};
nativeBuildInputs = [