solaar: 1.1.0 -> 1.1.1
This commit is contained in:
parent
7e89775a9e
commit
1876bf6099
@ -13,13 +13,13 @@
|
|||||||
# logitech-udev-rules instead of adding this to services.udev.packages on NixOS
|
# logitech-udev-rules instead of adding this to services.udev.packages on NixOS
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "solaar";
|
pname = "solaar";
|
||||||
version = "1.1.0";
|
version = "1.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pwr-Solaar";
|
owner = "pwr-Solaar";
|
||||||
repo = "Solaar";
|
repo = "Solaar";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-rNz296pKw2/WaryxHekWHSAS1jdTviZxXDgO/L/PJCU=";
|
sha256 = "1yqxk6nfxc1xhk59qbz9m3wqkxv446g17pazvanpavriiysjzbrs";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapGAppsHook gdk-pixbuf ];
|
nativeBuildInputs = [ wrapGAppsHook gdk-pixbuf ];
|
||||||
|
Loading…
Reference in New Issue
Block a user