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

thinkfan: 1.2.2 -> 1.3.0
This commit is contained in:
Michele Guerini Rocco 2021-10-28 14:38:27 +02:00 committed by GitHub
commit 719e24ac21
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.2.2";
version = "1.3.0";
src = fetchFromGitHub {
owner = "vmatare";
repo = "thinkfan";
rev = version;
sha256 = "01l1pnj1cgy3dwgyys2s5iqzyv6kk47vlpy09qjafk8py21ijik3";
sha256 = "sha256-ZCZqi7A4qdWtDSkTw6ktHIZnPhdes2AX7+QBroaDDfI=";
};
postPatch = ''