summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Garcia <jgarcia3788@yahoo.co.uk>2024-02-12 13:01:13 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-03-07 12:44:48 +0000
commit69af191960d3e212dd93575a83f03313fb23d721 (patch)
tree07c57dc4e17997d30ee9a344eff54f677d291cd9
parentMerge pull request #294013 from NixOS/backport-286764-to-release-23.11 (diff)
downloadnixpkgs-origin/backport-288286-to-release-23.11.tar.gz
insomnia: 2023.5.8 -> 8.6.1origin/backport-288286-to-release-23.11
(cherry picked from commit 5f04929fda728c346c4db9c3c7e3fc038039ad7e)
-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 = [