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

This commit is contained in:
OPNA2608
2024-04-30 06:05:46 +02:00
parent 9da8c931d7
commit 1a628bcaf6
+2 -1
View File
@@ -2,7 +2,7 @@
rustPlatform.buildRustPackage rec {
pname = "kile-wl";
version = "unstable-2023-07-23";
version = "2.1-unstable-2023-07-23";
src = fetchFromGitLab {
owner = "snakedye";
@@ -13,6 +13,7 @@ rustPlatform.buildRustPackage rec {
passthru.updateScript = unstableGitUpdater {
url = "https://gitlab.com/snakedye/kile.git";
tagPrefix = "v";
};
cargoLock = {