Loading pkgs/by-name/ht/httpie-desktop/package.nix +16 −5 Original line number Diff line number Diff line Loading @@ -2,12 +2,20 @@ appimageTools, lib, fetchurl, stdenv, }: appimageTools.wrapType2 rec { pname = "httpie-desktop"; version = "2024.1.2"; src = fetchurl { src = if stdenv.hostPlatform.system == "aarch64-linux" then fetchurl { url = "https://github.com/httpie/desktop/releases/download/v${version}/HTTPie-${version}-arm64.AppImage"; hash = "sha256-RhIyLakCkMUcXvu0sgl5MtV4YXXkqqH1UUS7bptUzww="; } else fetchurl { url = "https://github.com/httpie/desktop/releases/download/v${version}/HTTPie-${version}.AppImage"; hash = "sha256-OOP1l7J2BgO3nOPSipxfwfN/lOUsl80UzYMBosyBHrM="; }; Loading @@ -18,6 +26,9 @@ appimageTools.wrapType2 rec { license = licenses.unfree; maintainers = with maintainers; [ luftmensch-luftmensch ]; mainProgram = "httpie-desktop"; platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" "aarch64-linux" ]; }; } Loading
pkgs/by-name/ht/httpie-desktop/package.nix +16 −5 Original line number Diff line number Diff line Loading @@ -2,12 +2,20 @@ appimageTools, lib, fetchurl, stdenv, }: appimageTools.wrapType2 rec { pname = "httpie-desktop"; version = "2024.1.2"; src = fetchurl { src = if stdenv.hostPlatform.system == "aarch64-linux" then fetchurl { url = "https://github.com/httpie/desktop/releases/download/v${version}/HTTPie-${version}-arm64.AppImage"; hash = "sha256-RhIyLakCkMUcXvu0sgl5MtV4YXXkqqH1UUS7bptUzww="; } else fetchurl { url = "https://github.com/httpie/desktop/releases/download/v${version}/HTTPie-${version}.AppImage"; hash = "sha256-OOP1l7J2BgO3nOPSipxfwfN/lOUsl80UzYMBosyBHrM="; }; Loading @@ -18,6 +26,9 @@ appimageTools.wrapType2 rec { license = licenses.unfree; maintainers = with maintainers; [ luftmensch-luftmensch ]; mainProgram = "httpie-desktop"; platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" "aarch64-linux" ]; }; }