fan2go: 0.8.0 -> 0.8.1

This commit is contained in:
Matthew Toohey 2023-09-10 21:11:03 -04:00
parent ca40349951
commit 9701a454f1

View file

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