pspg: 5.7.3 -> 5.7.4

This commit is contained in:
Mario Rodas 2023-02-13 19:35:00 +00:00
parent 354bf3f208
commit f3648fbddf

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "5.7.3";
version = "5.7.4";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-BKtHKzeYycSkRebyTv2RMYyFHBlfI4v8ih4InF4zBWM=";
sha256 = "sha256-HZ771Q1UXnRds6o3EnZMyeu7Lt3IDFVFiUTc5snU0Bo=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];