nqptp: 1.2.6 -> 1.2.7 (#518962)

This commit is contained in:
Adam C. Stephens
2026-05-11 12:37:33 +00:00
committed by GitHub
+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 = [