nqptp: unstable-2022-09-12 -> 1.2.1

This commit is contained in:
Adam Stephens 2023-05-22 09:33:51 -04:00
parent 636e03bef3
commit 5a5e10130e
No known key found for this signature in database

View file

@ -6,14 +6,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "unstable-2022-09-12"; version = "1.2.1";
pname = "nqptp"; pname = "nqptp";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mikebrady"; owner = "mikebrady";
repo = pname; repo = pname;
rev = "476e69697d2ec1a28d399432aed23c580e3e570a"; rev = "refs/tags/${version}";
hash = "sha256-UPUYEX5YUl//OcsBKuGgKLaAMzn2F+ksNRQJ3/pkbKc="; hash = "sha256-JfgJXyUCUUrydHHUHSLvtJ6KfFS8eKVEzCW5AdzakI0=";
}; };
nativeBuildInputs = [ autoreconfHook pkg-config ]; nativeBuildInputs = [ autoreconfHook pkg-config ];