about summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-02 00:02:17 +0000
committerGitHub <noreply@github.com>2023-09-02 00:02:17 +0000
commit14f4a764c52f3ef68808542100c4580765fdd75d (patch)
tree39950535bfedcc45b180eb5b4877995da4771542 /pkgs/development/web
parentea5959eb5671c1e3f9c16141f35990360c892035 (diff)
parent964677148a943771ea5edb1be3f9d2b1c4a0c821 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/development/web')
-rw-r--r--pkgs/development/web/insomnia/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/development/web/insomnia/default.nix b/pkgs/development/web/insomnia/default.nix
index 99843767d906e..286a0444db59e 100644
--- a/pkgs/development/web/insomnia/default.nix
+++ b/pkgs/development/web/insomnia/default.nix
@@ -16,12 +16,11 @@ let
   ];
 in stdenv.mkDerivation rec {
   pname = "insomnia";
-  version = "2023.5.5";
+  version = "2023.5.7";
 
   src = fetchurl {
-    url =
-      "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.deb";
-    sha256 = "sha256-/SrSpkfF3IrLl6BC4UknsTDraqN8uFKrKQSzQpBaRLY=";
+    url = "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.deb";
+    sha256 = "sha256-XB8ktjF6VWj57whbXC0iwH3WpuMkGnRZCCdx86Mj2ZI=";
   };
 
   nativeBuildInputs = [
@@ -91,7 +90,7 @@ in stdenv.mkDerivation rec {
     sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
     license = licenses.mit;
     platforms = [ "x86_64-linux" ];
-    maintainers = with maintainers; [ markus1189 babariviere ];
+    maintainers = with maintainers; [ markus1189 babariviere kashw2 ];
   };
 
 }