Skip to content

Commit 4417714

Browse files
authored
reqable: 2.33.8 -> 2.33.12 (#405338)
2 parents e56e0be + cf32238 commit 4417714

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pkgs/by-name/re/reqable/package.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,16 @@
2323
pango,
2424
util-linux,
2525
xz,
26+
nix-update-script,
2627
}:
2728

2829
stdenv.mkDerivation (finalAttrs: {
2930
pname = "reqable";
30-
version = "2.33.8";
31+
version = "2.33.12";
3132

3233
src = fetchurl {
3334
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=";
3536
};
3637

3738
nativeBuildInputs = [
@@ -77,6 +78,8 @@ stdenv.mkDerivation (finalAttrs: {
7778
--prefix LD_LIBRARY_PATH : $out/share/reqable/lib
7879
'';
7980

81+
passthru.updateScript = nix-update-script { };
82+
8083
meta = {
8184
description = "Generation API debugging and testing one-stop solution";
8285
homepage = "https://reqable.com";

0 commit comments

Comments
 (0)