free42: 3.2.8 -> 3.3.4 (#406012)

This commit is contained in:
Weijia Wang
2025-05-20 11:08:42 +02:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "free42";
version = "3.2.8";
version = "3.3.4";
src = fetchFromGitHub {
owner = "thomasokken";
repo = "free42";
tag = "v${finalAttrs.version}";
hash = "sha256-Hvq5YoiBVgKjz/+SVeF5WTj7CUZ7MrrFIAeesH3we68=";
hash = "sha256-4EEk11/a9kie1sXO1lpJ7GGqjQ2Wvcvg7uhlD6RzyP0=";
};
nativeBuildInputs = [