solaar: 1.1.12 -> 1.1.13

This commit is contained in:
R. Ryantm 2024-05-12 02:43:00 +00:00
parent 426c785e7d
commit 70809c99b9

View File

@ -14,13 +14,13 @@
# instead of adding this to `services.udev.packages` on NixOS,
python3Packages.buildPythonApplication rec {
pname = "solaar";
version = "1.1.12";
version = "1.1.13";
src = fetchFromGitHub {
owner = "pwr-Solaar";
repo = "Solaar";
rev = "refs/tags/${version}";
hash = "sha256-EXxAc25DLWAdcDVOlLC0uUWMIZf/SlouHD3syn0uSCI=";
hash = "sha256-sYJrVAeZi0a7yD0i/zIIxcu9X/c5HvgoI/n50eXD47s=";
};
outputs = [ "out" "udev" ];