Skip to content

Commit

Permalink
Merge pull request #147578 from rhoriguchi/solaar
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Nov 30, 2021
2 parents f8010e8 + f028a51 commit 92e4aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/solaar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.7";
version = "1.1.0";

src = fetchFromGitHub {
owner = "pwr-Solaar";
repo = "Solaar";
rev = version;
sha256 = "sha256-RQ7iSiw/0xbPOYhuHg4cQpuJyRcaigWKVw4Jt12T9Uw=";
sha256 = "sha256-rNz296pKw2/WaryxHekWHSAS1jdTviZxXDgO/L/PJCU=";
};

nativeBuildInputs = [ wrapGAppsHook gdk-pixbuf ];
Expand Down

0 comments on commit 92e4aec

Please sign in to comment.