summaryrefslogtreecommitdiffstats
path: root/pkgs/development/web/insomnia
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-26 14:44:07 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-26 14:44:07 -0700
commit5ba34b84e5b5fcb7ae0023341e1d1df8b6f3e07f (patch)
tree22d03e282ca6c28a9ea22cc7ce9356b1563b655c /pkgs/development/web/insomnia
parent59c09a52f2793bc31a68742082d8a89ca4795a8f (diff)
insomnia: 5.16.2 -> 5.16.6
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 invocation of /nix/store/98c4q9sy1qvxivk5f5svimhm4q6il3d9-insomnia-5.16.6/bin/.insomnia-wrapped had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/98c4q9sy1qvxivk5f5svimhm4q6il3d9-insomnia-5.16.6/bin/insomnia had a zero exit code or showed the expected version - 0 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 5.16.6 with grep in /nix/store/98c4q9sy1qvxivk5f5svimhm4q6il3d9-insomnia-5.16.6 - directory tree listing: https://gist.github.com/b7175aec2a35af15cb56818c93443ad6 - du listing: https://gist.github.com/f6cf98c261dda8a0b0415186ee6963a9
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 6d1eb0dbe3eb..fbf76842c20e 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.2";
+ version = "5.16.6";
src = fetchurl {
url = "https://github.com/getinsomnia/insomnia/releases/download/v${version}/insomnia_${version}_amd64.deb";
- sha256 = "1sjcbi45n10lf69a48447lfbxxjib7v2isshaykz43qqasqqrd18";
+ sha256 = "1acad6gjrldd87nnv2hw558lzwy4c4ijh9jwjxnhz61jmdqvbmxw";
};
nativeBuildInputs = [ makeWrapper dpkg ];