fan2go: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm 2026-02-28 15:11:48 +00:00
parent 7fe86dc9ca
commit f3eb4615db

View file

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