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
This commit is contained in:
R. RyanTM 2018-04-08 06:43:59 -07:00 committed by Robert Schütz
parent d8657f30a1
commit c320c07b46

@ -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 ];