reqable: 2.33.8 -> 2.33.12

Diff: https://github.com/reqable/reqable-app/compare/2.33.8...2.33.12
This commit is contained in:
emaryn
2025-05-10 01:25:39 +08:00
parent 50dd5a5327
commit cf322387e1

View File

@@ -23,15 +23,16 @@
pango,
util-linux,
xz,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "reqable";
version = "2.33.8";
version = "2.33.12";
src = fetchurl {
url = "https://github.com/reqable/reqable-app/releases/download/${finalAttrs.version}/reqable-app-linux-x86_64.deb";
hash = "sha256-YCuJpTDJNAHBhTrxl5qvtFnUm4VzhkJ66gaKHhWVBEU=";
hash = "sha256-LCHeJUzTRjl/lh3PWygZV0Rd3AxJEGlTkVrI/5l+Go4=";
};
nativeBuildInputs = [
@@ -77,6 +78,8 @@ stdenv.mkDerivation (finalAttrs: {
--prefix LD_LIBRARY_PATH : $out/share/reqable/lib
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Generation API debugging and testing one-stop solution";
homepage = "https://reqable.com";