qdl: 2.5 -> 2.6

This commit is contained in:
R. Ryantm
2026-04-10 16:02:54 +00:00
parent 1a66bde6d7
commit bb0a469673
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qdl";
version = "2.5";
version = "2.6";
src = fetchFromGitHub {
owner = "linux-msm";
repo = "qdl";
tag = "v${finalAttrs.version}";
hash = "sha256-k6PMiKPwdV3eOFm9FEQPMbyN73DypAZ/UgwOR6aigHA=";
hash = "sha256-/lvKMC0bJdfqhPCuBYChX/6Aybpu+cPg0Vjl2HDbOeE=";
};
nativeBuildInputs = [ pkg-config ];