pspg: 5.8.15 -> 5.8.16

This commit is contained in:
R. Ryantm
2026-02-18 08:08:24 +00:00
parent 24c32abce2
commit 3f21070457
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pspg";
version = "5.8.15";
version = "5.8.16";
src = fetchFromGitHub {
owner = "okbob";
repo = "pspg";
rev = finalAttrs.version;
sha256 = "sha256-wYGU9vaAgY87RTbOXOGBVV37ZN/+NceXWgoEaY95md4=";
sha256 = "sha256-7x1hTEl2WoOXZTbPfb/t0w4tl09paDD/uIPuyhLlMbk=";
};
nativeBuildInputs = [