kile-wl: unstable-2023-07-23 -> 2.1-unstable-2023-07-23

This commit is contained in:
OPNA2608 2024-02-07 17:09:01 +01:00
parent 9da8c931d7
commit 1a628bcaf6

View file

@ -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 = {