nqptp: 1.2.1 -> 1.2.3

This commit is contained in:
R. Ryantm 2023-09-08 21:15:48 +00:00
parent c08b005e0f
commit 1e64d7fbb7

View file

@ -6,14 +6,14 @@
}:
stdenv.mkDerivation rec {
version = "1.2.1";
version = "1.2.3";
pname = "nqptp";
src = fetchFromGitHub {
owner = "mikebrady";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-JfgJXyUCUUrydHHUHSLvtJ6KfFS8eKVEzCW5AdzakI0=";
hash = "sha256-Ppsz3hDG6sEf6LJ2WdbTdJ8Gi53f0YmvaUU8TOfVMz4=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];