qdelay: 1.0.4 -> 1.0.5

This commit is contained in:
R. Ryantm
2026-01-09 03:45:59 +00:00
parent d3aeddb6b4
commit 323fedbfe3
+2 -2
View File
@@ -20,14 +20,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qdelay";
version = "1.0.4";
version = "1.0.5";
src = fetchFromGitHub {
owner = "tiagolr";
repo = "qdelay";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-6V9L8GTAHN3bzVZ00XlSwh71ZQrx4o37J8kOZtRzjC8=";
hash = "sha256-aPWGqr87ymZSofXa4YKGC7GOE5eB7qSuy9+6OPJl1vE=";
};
nativeBuildInputs = [