Skip to content

Commit

Permalink
localsend: 1.16.0 -> 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aucub committed Nov 6, 2024
1 parent c2a4b49 commit 1e442cb
Show file tree
Hide file tree
Showing 3 changed files with 1,278 additions and 668 deletions.
16 changes: 9 additions & 7 deletions pkgs/by-name/lo/localsend/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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

linux = flutter324.buildFlutterApplication rec {
inherit pname version;
Expand All @@ -30,12 +30,14 @@ let
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-0FBHT7hIDVpRVc+a1Y7g35MGzoE66oGf0CvsU1dUqCc=";
hash = "sha256-9nW1cynvRgX565ZupR+ogfDH9Qem+LQH4XZupVsrEWo=";
};

sourceRoot = "${src.name}/app";

pubspecLock = lib.importJSON ./pubspec.lock.json;
pubspecLock = lib.recursiveUpdate (lib.importJSON ./pubspec.cargokit.lock.json) (
lib.importJSON ./pubspec.lock.json
);

customSourceBuilders = {
rhttp =
Expand All @@ -59,18 +61,18 @@ let
};
};

rhttp-version = "0.9.0";
rhttp-version = "0.9.1";
rhttp-src = fetchzip {
url = "https://pub.dev/api/archives/rhttp-${rhttp-version}.tar.gz";
hash = "sha256-R/epI6ZC3AhcRL7LY/SLxyCLVCAFQSNTEsbqC3JPrgc=";
hash = "sha256-QGeIQgFxw1rWxBn7TmOD8k1PX5UTai/hQd/kWWHWAb0=";
stripRoot = false;
};
cargoDeps = rustPlatform.fetchCargoTarball rec {
pname = "rhttp";
version = rhttp-version;
src = rhttp-src;
sourceRoot = "${src.name}/rust";
hash = "sha256-Cw/M/YwZbkFhcD1friSdWzgjIodTlw8Il3GOmwrRQH4=";
hash = "sha256-LjprLZ2zl+a8EUIAPhLc8ay7orIPkuGxyRx/E0SjfL8=";
};

gitHashes = {
Expand Down Expand Up @@ -138,7 +140,7 @@ let

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

nativeBuildInputs = [
Expand Down
Loading

0 comments on commit 1e442cb

Please sign in to comment.