lens: 5.2.6 -> 5.3.4
Fixes: #158957. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
92ebf299a5
commit
860c78fd14
1 changed files with 6 additions and 5 deletions
|
@ -2,21 +2,22 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "lens";
|
pname = "lens";
|
||||||
version = "5.2.6";
|
version = "5.3.4";
|
||||||
build = "${version}-latest.20211104.1";
|
build = "${version}-latest.20220120.1";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://api.k8slens.dev/binaries/Lens-${build}.x86_64.AppImage";
|
url = "https://api.k8slens.dev/binaries/Lens-${build}.x86_64.AppImage";
|
||||||
sha256 = "1lkxzgwrgafraimpnciv89fs6r399275vb73drxlg5z83acacf5z";
|
sha256 = "sha256-9vRLQFSocVkHAfgwdKSPhSAO4G/v/ANd0WQmilcZiVw=";
|
||||||
name="${pname}.AppImage";
|
name = "${pname}.AppImage";
|
||||||
};
|
};
|
||||||
|
|
||||||
appimageContents = appimageTools.extractType2 {
|
appimageContents = appimageTools.extractType2 {
|
||||||
inherit name src;
|
inherit name src;
|
||||||
};
|
};
|
||||||
|
|
||||||
in appimageTools.wrapType2 {
|
in
|
||||||
|
appimageTools.wrapType2 {
|
||||||
inherit name src;
|
inherit name src;
|
||||||
|
|
||||||
profile = ''
|
profile = ''
|
||||||
|
|
Loading…
Reference in a new issue