solaar: 1.0.6 -> 1.0.7

This commit is contained in:
Zack A 2021-11-25 14:48:28 +09:00
parent a141e6eab6
commit 24b606e95a
No known key found for this signature in database
GPG Key ID: F05C1C600B728A18

View File

@ -13,13 +13,13 @@
# logitech-udev-rules instead of adding this to services.udev.packages on NixOS
python3Packages.buildPythonApplication rec {
pname = "solaar";
version = "1.0.6";
version = "1.0.7";
src = fetchFromGitHub {
owner = "pwr-Solaar";
repo = "Solaar";
rev = version;
sha256 = "sha256-Ys0005hIQ+fT4oMeU5iFtbLNqn1WM6iLdIKGwdyn7BM=";
sha256 = "sha256-RQ7iSiw/0xbPOYhuHg4cQpuJyRcaigWKVw4Jt12T9Uw=";
};
nativeBuildInputs = [ wrapGAppsHook gdk-pixbuf ];