free42: 3.3.10 -> 3.3.11

This commit is contained in:
R. Ryantm
2026-01-19 06:17:57 +00:00
parent 42c8ee3b52
commit e81fe99d58
+2 -2
View File
@@ -11,11 +11,11 @@
}:
stdenv.mkDerivation rec {
pname = "free42";
version = "3.3.10";
version = "3.3.11";
src = fetchurl {
url = "https://thomasokken.com/free42/upstream/free42-nologo-${version}.tgz";
hash = "sha256-Vh+Sh3oX1ICy0R6R4zu9Df2+ba2mM33qHtifINNpn7Y=";
hash = "sha256-Y9tV06K+1tZmoNBLS5tsOoLPjS2unTe8c0AYkHgDVVo=";
};
nativeBuildInputs = [