fan2go: 0.13.0 -> 0.14.0 (#523207)

This commit is contained in:
Jo
2026-06-26 12:20:02 +00:00
committed by GitHub

View File

@@ -10,13 +10,13 @@
buildGoModule (finalAttrs: {
pname = "fan2go";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "markusressel";
repo = "fan2go";
tag = finalAttrs.version;
hash = "sha256-JU6hk3JJwoiC3R+Qx6QKzALnvhTA0/luQzO5X6Cpb/I=";
hash = "sha256-TveCqAxZhxXT/nk/M14/tDhFQfNs++bRMmV7bN1VB3k=";
leaveDotGit = true;
postFetch = ''
cd $out
@@ -25,7 +25,7 @@ buildGoModule (finalAttrs: {
'';
};
vendorHash = "sha256-6rcU7Qtzz80WcygeLVftdpGYAuzGmWD0M+ZVxgGcgnI=";
vendorHash = "sha256-CzwZghOBKEiRnUl3NCP1PBfW68iGIAJPDsmPUJThGog=";
nativeBuildInputs = lib.optionals enableNVML [
autoAddDriverRunpath