pspg: 5.5.12 -> 5.5.13

This commit is contained in:
R. Ryantm 2022-11-27 01:17:32 +00:00
parent 9e6b054555
commit b7fdcc6a18

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "5.5.12";
version = "5.5.13";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-HJ/uvaFdQMVpc+QPK3r3RYExFz85QUjrz1Y2kIaoIAU=";
sha256 = "sha256-49q4qyxX3oen0iNA3KijGnMtYGUQqgwpCrudQQjL/7g=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];