3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #140672 from Kranzes/bump-liquidctl

This commit is contained in:
Sandro 2021-10-05 22:49:39 +02:00 committed by GitHub
commit 6b4789166b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "liquidctl";
version = "1.7.1";
version = "1.7.2";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-TNDQV1BOVVdvr0XAyWGcwgMbe4mV7J05hQeKVUqVT9s=";
sha256 = "sha256-fPSvxdr329SxAe4N7lTa7hddFp1WVUplkhYD1oDQXAI=";
};
nativeBuildInputs = [ installShellFiles ];