nqptp: 1.2.7 -> 1.2.8 (#521921)

This commit is contained in:
Adam C. Stephens
2026-05-19 12:57:20 +00:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.2.7";
version = "1.2.8";
pname = "nqptp";
src = fetchFromGitHub {
owner = "mikebrady";
repo = "nqptp";
tag = finalAttrs.version;
hash = "sha256-A87sIwn8NgfUGiCsCq/iiwcqnkfZtLbE9LrjLiWiiWc=";
hash = "sha256-f8k1MKNVMqt8Nym1+CWLC5bAKUkmPaBZYTer+EoPAgk=";
};
nativeBuildInputs = [