mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
lens: 5.3.4 -> 5.5.3
This commit is contained in:
parent
b1e986f80e
commit
f6e2e3a1e1
@ -2,13 +2,13 @@
|
||||
|
||||
let
|
||||
pname = "lens";
|
||||
version = "5.3.4";
|
||||
build = "${version}-latest.20220120.1";
|
||||
version = "5.5.3";
|
||||
build = "${version}-latest.20220602.2";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://api.k8slens.dev/binaries/Lens-${build}.x86_64.AppImage";
|
||||
sha256 = "sha256-9vRLQFSocVkHAfgwdKSPhSAO4G/v/ANd0WQmilcZiVw=";
|
||||
sha256 = "sha256-lwiwyXoO+7KgDnQ2Ly0QK0oEVHR73nsMZMGOd2j48dg=";
|
||||
name = "${pname}.AppImage";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user