remove the v from the version

This commit is contained in:
2026-04-30 11:44:15 +01:00
parent a0257f8866
commit 0ba1e4f5ed
+2 -2
View File
@@ -4,8 +4,8 @@
kernelPackages =
let
linux_x1e = pkgs.buildLinux rec {
version = "v7.1.0-rc1";
modDirVersion = "v7.1.0-rc1";
version = "7.1.0-rc1";
modDirVersion = "7.1.0-rc1";
src = pkgs.fetchFromGitHub {
owner = "torvalds";
repo = "linux";