about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/fluffychat
AgeCommit message (Collapse)AuthorFilesLines
2024-04-30fluffychat: 1.18.0 -> 1.20.0Maciej Krüger2-286/+544
2024-03-09fluffychat: 1.17.1 -> 1.18.0Maciej Krüger2-116/+88
2024-02-17fluffychat: lock to flutter 3.16FlafyDev1-2/+2
2024-01-23Merge pull request #282367 from mkg20001/fluffy-17Maciej Krüger2-365/+385
fluffychat: 1.14.1 -> 1.17.1
2024-01-20fluffychat: don't hardcode path in .desktop fileLuflosi1-3/+1
This allows wrapping the binary in a separate derivation without touching the .desktop file.
2024-01-20fluffychat: set meta.mainProgramLuflosi1-0/+1
2024-01-20fluffychat: 1.14.1 -> 1.17.1Maciej Krüger2-365/+385
2024-01-19buildFlutterApplication: Change flutterHostPlatform to targetFlutterPlatformhacker10241-5/+5
2024-01-18fluffychat-web: init at 1.14.1hacker10241-17/+42
2024-01-15fluffychat: Lock to flutter 3.13FlafyDev1-2/+2
2023-12-26buildDartApplication: Remove depsListFilehacker10242-3166/+0
We get a dependency list with pub2nix now. We can no longer easily distinguish between development dependency dependencies and regular dependency dependencies, but we weren't doing this anyway.
2023-12-26pub2nix.readPubspecLock: Include entire source in package derivationshacker10241-1/+1
This allows references to paths above the package being built, e.g. https://github.com/ExpidusOS/libtokyo/blob/bc5d988f32b67a9f91ff34248f69c45cfb4efcca/packages/libtokyo_flutter/pubspec.yaml#L42
2023-12-26dart: Use Nix instead of Pubhacker10242-1/+2784
2023-09-18fluffychat: 1.13.0 -> 1.14.1gilice2-200/+150
2023-08-29fluffychat: Resolve dependencies for Flutter 3.13.0hacker10242-27/+35
2023-08-16fluffychat: 1.12.1 -> 1.13.0Nick Cao2-226/+398
2023-08-01fluffychat: use 'pname' instead of 'name'Justinas Stankevicius1-1/+1
Among other things, this way the version is displayed correctly in package search
2023-06-20fluffychat: 1.11.2 -> 1.12.1gilice2-351/+302
2023-05-14fluffychat: add zenity (fix #229879)gilice1-1/+3
2023-05-14fluffychat: 1.11.0 -> 1.11.2gilice2-4/+4
2023-05-12flutter: Move applications back to 3.7hacker10241-2/+2
2023-04-29fluffychat: 1.10.0 -> 1.11.0hacker10242-319/+172
2023-04-26fluffychat: Build from sourcehacker10242-35/+3258
2023-04-15fluffychat: use pname + version, fix missingteutat3s1-1/+1
version number on package search https://github.com/NixOS/nixpkgs/pull/223117#issuecomment-1495032616 https://github.com/NixOS/nixpkgs/pull/225286#discussion_r1164489620
2023-04-15Revert "fluffychat: fix version number on package search"teutat3s1-2/+3
This reverts commit 2741fe2ac110e33b9fd1b7713998a4dfe5dbae22.
2023-04-08fluffychat: fix version number on package searchgilice1-3/+2
The version number wouldn't show up because search.nixos.org doesn't see the inherited variable.
2023-04-08fluffychat: fix encryptiongilice1-2/+4
Closes #225283
2023-03-31fluffychat: 1.2.0 -> 1.2.10, build from binarygilice1-43/+35
I understand that this may be a controversial change. Here is my reasoning: - Fluffychat in nixpkgs has been broken since August because of reproducibility issues - Flutter in general has very bad nondeterminism going on with hashes, see https://github.com/NixOS/nixpkgs/issues/211606 - End users are most likely to care about the programs working. It wasn't working earlier. Source builds at least won't break randomly. Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-10-02fluffychat: build with flutter2nanashi0x741-3/+3
2022-07-11update hashes for fluffychat and firmware-updaternanashi0x741-1/+1
2022-03-08fluffychat: fix buildMaciej Krüger1-1/+1
Wrong variable name. For some reason missed that one.
2022-03-08fluffychat: fix desktop iconJörg Thalheim1-1/+1
type needs to be a list
2022-02-23fluffychat: fix olm FODMaciej Krüger1-2/+8
2022-02-23fluffychat: add .desktopMaciej Krüger1-0/+33
2022-02-23fluffychat: fix olmMaciej Krüger1-1/+12
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-02-19fluffychat: init at v1.2.0Cole Mickens1-0/+31