qdelay: 1.0.8 -> 1.1.0

This commit is contained in:
R. Ryantm
2026-02-19 04:31:17 +00:00
parent bc5efa26ae
commit 775bbc3866
+2 -2
View File
@@ -23,14 +23,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qdelay";
version = "1.0.8";
version = "1.1.0";
src = fetchFromGitHub {
owner = "tiagolr";
repo = "qdelay";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-URBbXopXB3pm5vJ9Afa9H3upYdfqgT/NhujgPL54NV4=";
hash = "sha256-hGUZhnA+aix17hTJZ9hE+W+5HEhI9IMYk05avzFaKAg=";
};
nativeBuildInputs = [