free42: 3.2.8 -> 3.3.4

This commit is contained in:
R. Ryantm
2025-05-11 00:03:10 +00:00
parent 74e5fb8074
commit cd55b65d4e
+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 = [