vmctl: remove "v" prefix from version

The version string must start with a digit per nixpkgs versioning guideline.
This commit is contained in:
Heitor Augusto
2025-02-10 18:49:42 -03:00
parent c24c2a6e04
commit 6e37a9a488
+1 -1
View File
@@ -16,7 +16,7 @@
stdenvNoCC.mkDerivation {
pname = "vmctl";
version = "v0.99-unstable-2024-05-14";
version = "0.99-unstable-2024-05-14";
src = fetchFromGitHub {
owner = "SamsungDS";