mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
insomnia: 5.15.0 -> 5.16.0
This commit is contained in:
parent
3e446ecd56
commit
503c9f8ea4
@ -6,7 +6,7 @@
|
||||
libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext, libXfixes, libXi, libXrandr,
|
||||
libXrender, libXtst, libxcb,
|
||||
|
||||
libudev0-shim, glibc, curl
|
||||
libudev0-shim, glibc, curl, openssl
|
||||
}:
|
||||
|
||||
let
|
||||
@ -15,14 +15,14 @@ let
|
||||
gtk2-x11 nspr nss stdenv.cc.cc.lib libX11 libXScrnSaver libXcomposite libXcursor libXdamage libXext libXfixes
|
||||
libXi libXrandr libXrender libXtst libxcb
|
||||
];
|
||||
runtimeLibs = lib.makeLibraryPath [ libudev0-shim glibc curl ];
|
||||
runtimeLibs = lib.makeLibraryPath [ libudev0-shim glibc curl openssl ];
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "insomnia-${version}";
|
||||
version = "5.15.0";
|
||||
version = "5.16.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/getinsomnia/insomnia/releases/download/v${version}/insomnia_${version}_amd64.deb";
|
||||
sha256 = "17pxgxpss5jxzpmcim7hkyyj0fgyxwdiyxb2idpsna2hmhaipyxa";
|
||||
sha256 = "1cpw63ibxaa08vms7fbxr5ap2yh4vcl8q3rjfn0ag1zkimz8cg2p";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper dpkg ];
|
||||
|
Loading…
Reference in New Issue
Block a user