nqptp: 1.2.7 -> 1.2.8

This commit is contained in:
R. Ryantm
2026-05-19 12:33:16 +00:00
parent eed73a46eb
commit d7ff42227c
+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 = [