pspg: 5.8.11 -> 5.8.12

This commit is contained in:
R. Ryantm
2025-07-31 19:04:54 +00:00
parent b4d340fb7b
commit ef9725cb9f
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "5.8.11";
version = "5.8.12";
src = fetchFromGitHub {
owner = "okbob";
repo = "pspg";
rev = version;
sha256 = "sha256-ymktt3eQKIwGt2K8cD8x+/OLprvSBrrPYccvbpOIKdc=";
sha256 = "sha256-TLHGMqrKqWQ7ccnPFV9N6FuF+ZeOGjhuiS1X8W8kW/4=";
};
nativeBuildInputs = [