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

pspg: 5.8.1 -> 5.8.2
This commit is contained in:
Nick Cao
2024-03-20 10:52:02 -04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "5.8.1";
version = "5.8.2";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-nsGBBGw66LCwOuNdBjlz6u9RT+BX6iZmZeDY9yJoc+c=";
sha256 = "sha256-1mL/UlN7wD0GBYwg0C2eYCB3MtFO2ILd4+A7br+/ovs=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];