reqable: 2.33.8 -> 2.33.12 (#405338)
This commit is contained in:
@@ -23,15 +23,16 @@
|
|||||||
pango,
|
pango,
|
||||||
util-linux,
|
util-linux,
|
||||||
xz,
|
xz,
|
||||||
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "reqable";
|
pname = "reqable";
|
||||||
version = "2.33.8";
|
version = "2.33.12";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/reqable/reqable-app/releases/download/${finalAttrs.version}/reqable-app-linux-x86_64.deb";
|
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 = [
|
nativeBuildInputs = [
|
||||||
@@ -77,6 +78,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
--prefix LD_LIBRARY_PATH : $out/share/reqable/lib
|
--prefix LD_LIBRARY_PATH : $out/share/reqable/lib
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Generation API debugging and testing one-stop solution";
|
description = "Generation API debugging and testing one-stop solution";
|
||||||
homepage = "https://reqable.com";
|
homepage = "https://reqable.com";
|
||||||
|
|||||||
Reference in New Issue
Block a user