forked from mirrors/nixpkgs
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
This commit is contained in:
parent
59c09a52f2
commit
5ba34b84e5
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue