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 { stdenv.mkDerivation rec {
pname = "thinkfan"; pname = "thinkfan";
version = "1.3.0"; version = "1.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vmatare"; owner = "vmatare";
repo = "thinkfan"; repo = "thinkfan";
rev = version; rev = version;
sha256 = "sha256-ZCZqi7A4qdWtDSkTw6ktHIZnPhdes2AX7+QBroaDDfI="; sha256 = "sha256-aREZv+t4QhtfLKOMrneLiRxgnu0fzB8UV8dvr1dnhx4=";
}; };
postPatch = '' postPatch = ''