about summary refs log tree commit diff
path: root/pkgs/development/web/insomnia
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 03:18:20 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 03:18:20 -0700
commit9ee600a06f600c91bc5afa90ff58e598ea7f0797 (patch)
treee3bf67fa961179b58f91fdec60719b1875079c27 /pkgs/development/web/insomnia
parentb45ef79b74d267891a11c1775a473c610ecebe78 (diff)
downloadnixlib-9ee600a06f600c91bc5afa90ff58e598ea7f0797.tar
nixlib-9ee600a06f600c91bc5afa90ff58e598ea7f0797.tar.gz
nixlib-9ee600a06f600c91bc5afa90ff58e598ea7f0797.tar.bz2
nixlib-9ee600a06f600c91bc5afa90ff58e598ea7f0797.tar.lz
nixlib-9ee600a06f600c91bc5afa90ff58e598ea7f0797.tar.xz
nixlib-9ee600a06f600c91bc5afa90ff58e598ea7f0797.tar.zst
nixlib-9ee600a06f600c91bc5afa90ff58e598ea7f0797.zip
insomnia: 5.16.1 -> 5.16.2
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.16.2 with grep in /nix/store/9jcvxvs1y2jycaq8n26zidh7y3shicp0-insomnia-5.16.2
- directory tree listing: https://gist.github.com/a02ce6405af5678bfbbd0fd9a116e95e
Diffstat (limited to 'pkgs/development/web/insomnia')
-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 4e5596fee661..6d1eb0dbe3eb 100644
--- a/pkgs/development/web/insomnia/default.nix
+++ b/pkgs/development/web/insomnia/default.nix
@@ -15,11 +15,11 @@ let
   runtimeLibs = lib.makeLibraryPath [ libudev0-shim glibc curl openssl nghttp2 ];
 in stdenv.mkDerivation rec {
   name = "insomnia-${version}";
-  version = "5.16.1";
+  version = "5.16.2";
 
   src = fetchurl {
     url = "https://github.com/getinsomnia/insomnia/releases/download/v${version}/insomnia_${version}_amd64.deb";
-    sha256 = "0r1l7pfcnif8vw9jnxbh5p9sih6wvgjpx8rpfmnvw21pr8cm0zyp";
+    sha256 = "1sjcbi45n10lf69a48447lfbxxjib7v2isshaykz43qqasqqrd18";
   };
 
   nativeBuildInputs = [ makeWrapper dpkg ];