about summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorJohn Garcia <jgarcia3788@yahoo.co.uk>2024-02-12 13:01:13 +0000
committerJohn Garcia <jgarcia3788@yahoo.co.uk>2024-02-12 13:01:13 +0000
commit5f04929fda728c346c4db9c3c7e3fc038039ad7e (patch)
tree544dc796c9830495dfaf67bdc51a8f567f25830e /pkgs/development/web
parent1251bed414613f616ab37d6f8761f3e851e0abb0 (diff)
downloadnixlib-5f04929fda728c346c4db9c3c7e3fc038039ad7e.tar
nixlib-5f04929fda728c346c4db9c3c7e3fc038039ad7e.tar.gz
nixlib-5f04929fda728c346c4db9c3c7e3fc038039ad7e.tar.bz2
nixlib-5f04929fda728c346c4db9c3c7e3fc038039ad7e.tar.lz
nixlib-5f04929fda728c346c4db9c3c7e3fc038039ad7e.tar.xz
nixlib-5f04929fda728c346c4db9c3c7e3fc038039ad7e.tar.zst
nixlib-5f04929fda728c346c4db9c3c7e3fc038039ad7e.zip
insomnia: 2023.5.8 -> 8.6.1
Diffstat (limited to 'pkgs/development/web')
-rw-r--r--pkgs/development/web/insomnia/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/insomnia/default.nix b/pkgs/development/web/insomnia/default.nix
index 3559db1ec6ff..597ff71a6fc8 100644
--- a/pkgs/development/web/insomnia/default.nix
+++ b/pkgs/development/web/insomnia/default.nix
@@ -16,11 +16,11 @@ let
   ];
 in stdenv.mkDerivation rec {
   pname = "insomnia";
-  version = "2023.5.8";
+  version = "8.6.1";
 
   src = fetchurl {
     url = "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.deb";
-    sha256 = "sha256-x5DYS3DteYtq1EQuJ3EFV/d/YThPgnhhIj+GpEJsFDY=";
+    hash = "sha256-qy2j6kdmtDgfTab8gTz7eb/uNKwtzbxcoJHNibVa35c=";
   };
 
   nativeBuildInputs = [