Skip to content

Commit

Permalink
localsend: 1.15.4-unstable-2024-10-26 -> 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aucub committed Nov 11, 2024
1 parent 9716e3c commit 606ea37
Show file tree
Hide file tree
Showing 2 changed files with 294 additions and 161 deletions.
15 changes: 9 additions & 6 deletions pkgs/by-name/lo/localsend/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@

let
pname = "localsend";
version = "1.15.4";
version = "1.16.1";

linux = flutter324.buildFlutterApplication rec {
inherit pname;
version = "1.15.4-unstable-2024-10-26";
inherit pname version;

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "d0e864ddf6ebe1c55188b33f8fdccd534d203c75";
hash = "sha256-qaW9LoRQge4K/CAQwbjNxmlUkQmxvaZyBJdAjXbbTw4=";
rev = "v${version}";
hash = "sha256-9nW1cynvRgX565ZupR+ogfDH9Qem+LQH4XZupVsrEWo=";
};

sourceRoot = "${src.name}/app";
Expand All @@ -52,6 +51,10 @@ let
done
'';

extraWrapProgramArgs = ''
--prefix LD_LIBRARY_PATH : "$out/app/${pname}/lib"
'';

desktopItems = [
(makeDesktopItem {
name = "LocalSend";
Expand Down Expand Up @@ -79,7 +82,7 @@ let

src = fetchurl {
url = "https://github.com/localsend/localsend/releases/download/v${version}/LocalSend-${version}.dmg";
hash = "sha256-ZU2aXZNKo01TnXNH0e+r0l4J5HIILmGam3T4+6GaeA4=";
hash = "sha256-kgq3AoypDdRwk9bKa1zjUJo4tHHUbDZIg0G0Rk9S3n4=";
};

nativeBuildInputs = [
Expand Down
Loading

0 comments on commit 606ea37

Please sign in to comment.