lm_sensors: fix tag name (#375622)

This commit is contained in:
Nick Cao
2025-01-21 15:05:19 -05:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,7 @@
let
version = "3.6.0";
tag = lib.replaceStrings [ "." ] [ "-" ] version;
tag = "V" + lib.replaceStrings [ "." ] [ "-" ] version;
in
stdenv.mkDerivation {