insomnia: 5.16.6 -> 6.0.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.
This commit is contained in:
R. RyanTM 2018-08-08 14:22:27 -07:00 committed by Ryan Mulligan
parent 59186af889
commit bca83f7cd1

View File

@ -15,11 +15,11 @@ let
runtimeLibs = lib.makeLibraryPath [ libudev0-shim glibc curl openssl nghttp2 ];
in stdenv.mkDerivation rec {
name = "insomnia-${version}";
version = "5.16.6";
version = "6.0.2";
src = fetchurl {
url = "https://github.com/getinsomnia/insomnia/releases/download/v${version}/insomnia_${version}_amd64.deb";
sha256 = "1acad6gjrldd87nnv2hw558lzwy4c4ijh9jwjxnhz61jmdqvbmxw";
sha256 = "18xspbaal945bmrwjnsz1sjba53040wxrzvig40nnclwj8h671ms";
};
nativeBuildInputs = [ makeWrapper dpkg ];