free42: 3.3.11 -> 3.3.12 (#518632)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-10 10:50:00 +00:00
committed by GitHub
+2 -2
View File
@@ -11,11 +11,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "free42";
version = "3.3.11";
version = "3.3.12";
src = fetchurl {
url = "https://thomasokken.com/free42/upstream/free42-nologo-${finalAttrs.version}.tgz";
hash = "sha256-Y9tV06K+1tZmoNBLS5tsOoLPjS2unTe8c0AYkHgDVVo=";
hash = "sha256-Ybr5IwqYBIXGWcLBM2drKuN2NDBta299X/3hvzvGPeU=";
};
nativeBuildInputs = [