kile-wl: unstable-2023-07-23 -> 2.1-unstable-2023-07-23
This commit is contained in:
parent
9da8c931d7
commit
1a628bcaf6
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "kile-wl";
|
pname = "kile-wl";
|
||||||
version = "unstable-2023-07-23";
|
version = "2.1-unstable-2023-07-23";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "snakedye";
|
owner = "snakedye";
|
||||||
|
@ -13,6 +13,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
passthru.updateScript = unstableGitUpdater {
|
passthru.updateScript = unstableGitUpdater {
|
||||||
url = "https://gitlab.com/snakedye/kile.git";
|
url = "https://gitlab.com/snakedye/kile.git";
|
||||||
|
tagPrefix = "v";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
|
|
Loading…
Reference in a new issue