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

OPNA2608 1a628bca 9da8c931

+2 -1
+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"; 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 = {