Merge pull request #158559 from r-ryantm/auto-update/thinkfan

thinkfan: 1.3.0 -> 1.3.1
This commit is contained in:
Michele Guerini Rocco 2022-02-09 07:23:25 +01:00 committed by GitHub
commit a4a95c5ccc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "thinkfan";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "vmatare";
repo = "thinkfan";
rev = version;
sha256 = "sha256-ZCZqi7A4qdWtDSkTw6ktHIZnPhdes2AX7+QBroaDDfI=";
sha256 = "sha256-aREZv+t4QhtfLKOMrneLiRxgnu0fzB8UV8dvr1dnhx4=";
};
postPatch = ''