Merge pull request #183767 from r-ryantm/auto-update/pspg

pspg: 5.5.4 -> 5.5.6
This commit is contained in:
Jonas Heinrich
2022-08-27 14:16:24 +02:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "5.5.4";
version = "5.5.6";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-2j1K9enoPBPLL+0oOhzcYVxfsjb8BzsfeHNi9TJOnmc=";
sha256 = "sha256-99EuWSNW9e5/GyiR3JwDNFTAOJpaGCJKmxt340bjPrA=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];