plus42: 1.3.13 -> 1.3.14

This commit is contained in:
R. Ryantm
2026-04-27 01:54:00 +00:00
parent 7714e60c31
commit cdb6527b07
+2 -2
View File
@@ -11,11 +11,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "plus42";
version = "1.3.13";
version = "1.3.14";
src = fetchurl {
url = "https://thomasokken.com/plus42/upstream/plus42-upstream-${finalAttrs.version}.tgz";
hash = "sha256-I5SAR6vEufzT2Cgs4RQk8AWDZWm+QOLtHRqaED2DQtA=";
hash = "sha256-ndw4wI+o5eGfqOceSBGnpdQoel89MYxuv8G3CQRZ+6c=";
};
nativeBuildInputs = [