lm_sensors: fix tag name

This commit is contained in:
oxalica
2025-01-21 14:29:00 -05:00
parent 00e325a07a
commit 0becaa2a88
+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 {