Merge pull request #39601 from markus1189/insomnia-5-16-0
insomnia: 5.15.0 -> 5.16.0
This commit is contained in:
commit
2ea98e25f0
@ -6,7 +6,7 @@
|
|||||||
libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext, libXfixes, libXi, libXrandr,
|
libX11, libXScrnSaver, libXcomposite, libXcursor, libXdamage, libXext, libXfixes, libXi, libXrandr,
|
||||||
libXrender, libXtst, libxcb,
|
libXrender, libXtst, libxcb,
|
||||||
|
|
||||||
libudev0-shim, glibc, curl
|
libudev0-shim, glibc, curl, openssl
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -15,14 +15,14 @@ let
|
|||||||
gtk2-x11 nspr nss stdenv.cc.cc.lib libX11 libXScrnSaver libXcomposite libXcursor libXdamage libXext libXfixes
|
gtk2-x11 nspr nss stdenv.cc.cc.lib libX11 libXScrnSaver libXcomposite libXcursor libXdamage libXext libXfixes
|
||||||
libXi libXrandr libXrender libXtst libxcb
|
libXi libXrandr libXrender libXtst libxcb
|
||||||
];
|
];
|
||||||
runtimeLibs = lib.makeLibraryPath [ libudev0-shim glibc curl ];
|
runtimeLibs = lib.makeLibraryPath [ libudev0-shim glibc curl openssl ];
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "insomnia-${version}";
|
name = "insomnia-${version}";
|
||||||
version = "5.15.0";
|
version = "5.16.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/getinsomnia/insomnia/releases/download/v${version}/insomnia_${version}_amd64.deb";
|
url = "https://github.com/getinsomnia/insomnia/releases/download/v${version}/insomnia_${version}_amd64.deb";
|
||||||
sha256 = "17pxgxpss5jxzpmcim7hkyyj0fgyxwdiyxb2idpsna2hmhaipyxa";
|
sha256 = "1cpw63ibxaa08vms7fbxr5ap2yh4vcl8q3rjfn0ag1zkimz8cg2p";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper dpkg ];
|
nativeBuildInputs = [ makeWrapper dpkg ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user