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

solaar: 1.1.11 -> 1.1.12
This commit is contained in:
Weijia Wang 2024-05-04 16:11:04 +02:00 committed by GitHub
commit 9da21fe045
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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