reqable: 2.33.8 -> 2.33.12 (#405338)

authored by

Pol Dellaiera and committed by
GitHub
44177144 e56e0bee

+5 -2
+5 -2
pkgs/by-name/re/reqable/package.nix
··· 23 23 pango, 24 24 util-linux, 25 25 xz, 26 + nix-update-script, 26 27 }: 27 28 28 29 stdenv.mkDerivation (finalAttrs: { 29 30 pname = "reqable"; 30 - version = "2.33.8"; 31 + version = "2.33.12"; 31 32 32 33 src = fetchurl { 33 34 url = "https://github.com/reqable/reqable-app/releases/download/${finalAttrs.version}/reqable-app-linux-x86_64.deb"; 34 - hash = "sha256-YCuJpTDJNAHBhTrxl5qvtFnUm4VzhkJ66gaKHhWVBEU="; 35 + hash = "sha256-LCHeJUzTRjl/lh3PWygZV0Rd3AxJEGlTkVrI/5l+Go4="; 35 36 }; 36 37 37 38 nativeBuildInputs = [ ··· 76 77 makeWrapper $out/share/reqable/reqable $out/bin/reqable \ 77 78 --prefix LD_LIBRARY_PATH : $out/share/reqable/lib 78 79 ''; 80 + 81 + passthru.updateScript = nix-update-script { }; 79 82 80 83 meta = { 81 84 description = "Generation API debugging and testing one-stop solution";