free42: 3.3.5 -> 3.3.6 and switch to new upstream location (#419230)

This commit is contained in:
Peder Bergebakken Sundt
2025-07-10 02:45:40 +02:00
committed by GitHub
+7 -5
View File
@@ -1,7 +1,7 @@
{
lib,
stdenv,
fetchFromGitHub,
fetchFromGitea,
alsa-lib,
copyDesktopItems,
wrapGAppsHook3,
@@ -11,13 +11,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "free42";
version = "3.3.5";
version = "3.3.6";
src = fetchFromGitHub {
src = fetchFromGitea {
domain = "codeberg.org";
owner = "thomasokken";
repo = "free42";
tag = "v${finalAttrs.version}";
hash = "sha256-OJ9eECMMfUHLZqcbLRQnDrtqn6LJ0QL+j1WzF8WryiY=";
hash = "sha256-77A7YpoGLpzEU01c635DveybS5qvvC/sKdxmwV9HHAc=";
};
nativeBuildInputs = [
@@ -94,7 +95,8 @@ stdenv.mkDerivation (finalAttrs: {
'';
meta = {
homepage = "https://github.com/thomasokken/free42";
homepage = "https://thomasokken.com/free42/";
changelog = "https://thomasokken.com/free42/history.html";
description = "Software clone of HP-42S Calculator";
license = with lib.licenses; [ gpl2Only ];
maintainers = with lib.maintainers; [ ];