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

pspg: 5.8.0 -> 5.8.1
This commit is contained in:
Mario Rodas
2023-11-16 05:05:53 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "5.8.0";
version = "5.8.1";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-VkWGVKLN8arc6BOivmjSk8MtMbp2WYqZE9lM8oTQe+U=";
sha256 = "sha256-nsGBBGw66LCwOuNdBjlz6u9RT+BX6iZmZeDY9yJoc+c=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];