tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kile-wl: unstable-2023-07-23 -> 2.1-unstable-2023-07-23
OPNA2608
2 years ago
1a628bca
9da8c931
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
kile-wl
default.nix
+2
-1
pkgs/applications/misc/kile-wl/default.nix
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "kile-wl";
5
-
version = "unstable-2023-07-23";
6
7
src = fetchFromGitLab {
8
owner = "snakedye";
···
13
14
passthru.updateScript = unstableGitUpdater {
15
url = "https://gitlab.com/snakedye/kile.git";
0
16
};
17
18
cargoLock = {
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "kile-wl";
5
+
version = "2.1-unstable-2023-07-23";
6
7
src = fetchFromGitLab {
8
owner = "snakedye";
···
13
14
passthru.updateScript = unstableGitUpdater {
15
url = "https://gitlab.com/snakedye/kile.git";
16
+
tagPrefix = "v";
17
};
18
19
cargoLock = {