lm_sensors: fix tag name
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
let
|
||||
version = "3.6.0";
|
||||
tag = lib.replaceStrings [ "." ] [ "-" ] version;
|
||||
tag = "V" + lib.replaceStrings [ "." ] [ "-" ] version;
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
||||
Reference in New Issue
Block a user