mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
moneydance: 2024.1_5118 -> 2024.4_5253
https://infinitekind.com/stabledl/2024.4.5253/changelog-stable.txt
This commit is contained in:
parent
44aa0e9d64
commit
e02b0507c5
1 changed files with 8 additions and 4 deletions
|
@ -15,11 +15,13 @@ let
|
|||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "moneydance";
|
||||
version = "2024.1_5118";
|
||||
version = "2024.4_5253";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://infinitekind.com/stabledl/2024_5118/moneydance-linux.tar.gz";
|
||||
hash = "sha256-wwSb3CuhuXB4I9jq+TpLPbd1k9UzqQbAaZkGKgi+nns=";
|
||||
url = "https://infinitekind.com/stabledl/${
|
||||
lib.replaceStrings [ "_" ] [ "." ] finalAttrs.version
|
||||
}/moneydance-linux.tar.gz";
|
||||
hash = "sha256-xOdkuaN17ss9tTSXgU//s6cBm2jGEgP9eTtvW0k3VWQ=";
|
||||
};
|
||||
|
||||
# We must use wrapGAppsHook (since Java GUIs on Linux use GTK), but by
|
||||
|
@ -76,7 +78,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
meta = {
|
||||
homepage = "https://infinitekind.com/moneydance";
|
||||
changelog = "https://infinitekind.com/stabledl/2024_5118/changelog.txt";
|
||||
changelog = "https://infinitekind.com/stabledl/${
|
||||
lib.replaceStrings [ "_" ] [ "." ] finalAttrs.version
|
||||
}/changelog-stable.txt";
|
||||
description = "Easy to use and full-featured personal finance app that doesn't compromise your privacy";
|
||||
sourceProvenance = [ lib.sourceTypes.binaryBytecode ];
|
||||
license = lib.licenses.unfree;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue