Skip to content

Commit

Permalink
liquidctl: 1.7.0 -> 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kranzes authored and FRidh committed Jul 17, 2021
1 parent 2bf5cb0 commit 025a67b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/liquidctl/default.nix
Expand Up @@ -14,14 +14,14 @@

buildPythonPackage rec {
pname = "liquidctl";
version = "1.7.0";
version = "1.7.1";
disabled = pythonOlder "3.6";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-tpk8wCKyrj3dOkBxj9UWcyrAb31uKtl2fRwwh7dAQGE=";
sha256 = "sha256-TNDQV1BOVVdvr0XAyWGcwgMbe4mV7J05hQeKVUqVT9s=";
};

nativeBuildInputs = [ installShellFiles ];
Expand Down

0 comments on commit 025a67b

Please sign in to comment.