File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2323 pango ,
2424 util-linux ,
2525 xz ,
26+ nix-update-script ,
2627} :
2728
2829stdenv . 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" ;
You can’t perform that action at this time.
0 commit comments