pspg: 5.6.4 -> 5.7.1

This commit is contained in:
R. Ryantm
2023-01-13 18:04:10 +08:00
committed by Bobby Rong
parent 0daaefe1e5
commit 2a763a27e2
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "5.6.4";
version = "5.7.1";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "sha256-89dW4XILS+nlGgRRePyrSFVb1QR5KQL5OmHJAeyjrZw=";
sha256 = "sha256-4h0W9jw95vOxpseyY7SydiWSFDArAY/ms4+Sk/1esHk=";
};
nativeBuildInputs = [ pkg-config installShellFiles ];