qdelay: 1.1.1 -> 1.1.2 (#502143)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-22 12:57:12 +00:00
committed by GitHub
+2 -2
View File
@@ -23,14 +23,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qdelay";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "tiagolr";
repo = "qdelay";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-RKTfKKsPSnraLS6SFKWB/wRPSFqeRpl/DYVKF4BKAYU=";
hash = "sha256-CjJJYr4dQkc7N+KbTAdaX7u8vnRi+mjBx8iqrN/Pi+4=";
};
nativeBuildInputs = [