nqptp: 1.2.6 -> 1.2.7

This commit is contained in:
R. Ryantm
2026-05-11 07:43:09 +00:00
parent c6e5ca3c83
commit b8de0a6869
+2 -2
View File
@@ -8,14 +8,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.2.6";
version = "1.2.7";
pname = "nqptp";
src = fetchFromGitHub {
owner = "mikebrady";
repo = "nqptp";
tag = finalAttrs.version;
hash = "sha256-bU7eTNnPhBA+XTW0SCps/iUCGuxObnv72/Lm+yKEgao=";
hash = "sha256-A87sIwn8NgfUGiCsCq/iiwcqnkfZtLbE9LrjLiWiiWc=";
};
nativeBuildInputs = [