summary refs log tree commit diff
path: root/pkgs/development/web/insomnia/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-04-08 06:43:59 -0700
committerRobert Schütz <rschuetz17@gmail.com>2018-04-08 15:43:59 +0200
commitc320c07b46a00c618b8cc10221c293d687f71ce0 (patch)
treee922a1a9bcd92b6e997a5c0ba8907ba3a1b56da7 /pkgs/development/web/insomnia/default.nix
parentd8657f30a19278f84d11250ba77f09423f9e7cd2 (diff)
downloadnixpkgs-c320c07b46a00c618b8cc10221c293d687f71ce0.tar
nixpkgs-c320c07b46a00c618b8cc10221c293d687f71ce0.tar.gz
nixpkgs-c320c07b46a00c618b8cc10221c293d687f71ce0.tar.bz2
nixpkgs-c320c07b46a00c618b8cc10221c293d687f71ce0.tar.lz
nixpkgs-c320c07b46a00c618b8cc10221c293d687f71ce0.tar.xz
nixpkgs-c320c07b46a00c618b8cc10221c293d687f71ce0.tar.zst
nixpkgs-c320c07b46a00c618b8cc10221c293d687f71ce0.zip
insomnia: 5.14.9 -> 5.15.0 (#38554)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/insomnia/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 5.15.0 with grep in /nix/store/x52qaj81hs0q30360p9cr4zp0wq1cjcp-insomnia-5.15.0
- directory tree listing: https://gist.github.com/cb32b3e7392a6724e0a30657b52b3f26
Diffstat (limited to 'pkgs/development/web/insomnia/default.nix')
-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 03db11df5e4..df46cf3ab92 100644
--- a/pkgs/development/web/insomnia/default.nix
+++ b/pkgs/development/web/insomnia/default.nix
@@ -18,11 +18,11 @@ let
   runtimeLibs = lib.makeLibraryPath [ libudev0-shim glibc curl ];
 in stdenv.mkDerivation rec {
   name = "insomnia-${version}";
-  version = "5.14.9";
+  version = "5.15.0";
 
   src = fetchurl {
     url = "https://github.com/getinsomnia/insomnia/releases/download/v${version}/insomnia_${version}_amd64.deb";
-    sha256 = "0hq9pcfw1ic2acaknwp2d5yphg901dmk7d4n7ikx42nya8p39c6j";
+    sha256 = "17pxgxpss5jxzpmcim7hkyyj0fgyxwdiyxb2idpsna2hmhaipyxa";
   };
 
   nativeBuildInputs = [ makeWrapper dpkg ];