summary refs log tree commit diff
path: root/pkgs/tools/networking/requestly
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-18 19:29:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-18 19:29:16 +0000
commitb3dc7eafcd82f01a3fc4451e0af17330032fb4f6 (patch)
treea79bfb116b73304f7fb32b25267855076671726b /pkgs/tools/networking/requestly
parentf82f259f029a351718b6db802eac28410983fdc7 (diff)
downloadnixpkgs-b3dc7eafcd82f01a3fc4451e0af17330032fb4f6.tar
nixpkgs-b3dc7eafcd82f01a3fc4451e0af17330032fb4f6.tar.gz
nixpkgs-b3dc7eafcd82f01a3fc4451e0af17330032fb4f6.tar.bz2
nixpkgs-b3dc7eafcd82f01a3fc4451e0af17330032fb4f6.tar.lz
nixpkgs-b3dc7eafcd82f01a3fc4451e0af17330032fb4f6.tar.xz
nixpkgs-b3dc7eafcd82f01a3fc4451e0af17330032fb4f6.tar.zst
nixpkgs-b3dc7eafcd82f01a3fc4451e0af17330032fb4f6.zip
requestly: 1.5.6 -> 1.5.12
Diffstat (limited to 'pkgs/tools/networking/requestly')
-rw-r--r--pkgs/tools/networking/requestly/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/requestly/default.nix b/pkgs/tools/networking/requestly/default.nix
index 33d03140c39..3a4128c0806 100644
--- a/pkgs/tools/networking/requestly/default.nix
+++ b/pkgs/tools/networking/requestly/default.nix
@@ -5,11 +5,11 @@
 
 let
   pname = "requestly";
-  version = "1.5.6";
+  version = "1.5.12";
 
   src = fetchurl {
     url = "https://github.com/requestly/requestly-desktop-app/releases/download/v${version}/Requestly-${version}.AppImage";
-    hash = "sha256-Yb90OGIIvExfNPoJPmuZSvtU5OQVuGqh4EmyKltE+is=";
+    hash = "sha256-HM3+j9E67J1bAklnDtSN5/rOK9Wn7N7h+qlPKR/E8Ns=";
   };
 
   appimageContents = appimageTools.extractType2 { inherit pname version src; };