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

pspg: 5.4.1 -> 5.5.0
This commit is contained in:
Maximilian Bosch
2021-11-28 14:33:45 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "5.4.1";
version = "5.5.0";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "1pi9dbjhd2mj11p3hx74f3rr8ysriq7sy2x012r0kil3b5xzpv2p";
sha256 = "sha256-zrnmhv+dc2Om1FE5TeoYCOjKGs2+mfMqcaRaTakHxAQ=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];