Merge pull request #310984 from r-ryantm/auto-update/solaar

solaar: 1.1.12 -> 1.1.13
This commit is contained in:
Weijia Wang
2024-05-12 20:29:32 +02:00
committed by GitHub
+2 -2
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" ];