Merge pull request #254477 from mtoohey31/update-fan2go

fan2go: 0.8.0 -> 0.8.1
This commit is contained in:
Nick Cao 2023-09-11 10:26:36 -04:00 committed by GitHub
commit 1c85e101f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "fan2go"; pname = "fan2go";
version = "0.8.0"; version = "0.8.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "markusressel"; owner = "markusressel";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "3pnJaLD+FEQWAAwIiTkcs9VgqO0JwRaK7JLdIygeChY="; sha256 = "w2Qwu3ZmBkoA86xa7V6pnIBAbfG9mtkAHePkQjefRW8=";
}; };
vendorSha256 = "9EeiYPNTUEFHxTdvVb2JLU6Qi0oazH+n9MB8Dg+RLJ4="; vendorSha256 = "6OEdl7ie0dTjXrG//Fvcg4ZyTW/mhrUievDljY2zi/4=";
postConfigure = '' postConfigure = ''
substituteInPlace vendor/github.com/md14454/gosensors/gosensors.go \ substituteInPlace vendor/github.com/md14454/gosensors/gosensors.go \