mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
gradience: unstable-2022-08-20 -> 0.2.0
This commit is contained in:
parent
2e451386d2
commit
7cdadd4a04
@ -23,13 +23,13 @@
|
|||||||
# libadwaita.
|
# libadwaita.
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "gradience";
|
pname = "gradience";
|
||||||
version = "unstable-2022-08-20";
|
version = "0.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GradienceTeam";
|
owner = "GradienceTeam";
|
||||||
repo = "Gradience";
|
repo = "Gradience";
|
||||||
rev = "4ad3759a3cd7e034cd6c23fd5bfd2c2e1f3623ef";
|
rev = version;
|
||||||
sha256 = "sha256-Z6fYAXr5HEoLxmlGfLToF7WXPoJGaQmLQHH7oG333Wo=";
|
sha256 = "sha256-3Ay69TWgY9HLiD/XHDvDTobMGkIJq+IvTSfw/KxcB0I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
@ -59,6 +59,9 @@ python3Packages.buildPythonApplication rec {
|
|||||||
pygobject3
|
pygobject3
|
||||||
anyascii
|
anyascii
|
||||||
pip
|
pip
|
||||||
|
urllib3
|
||||||
|
svglib
|
||||||
|
requests
|
||||||
] ++ [
|
] ++ [
|
||||||
python-material-color-utilities
|
python-material-color-utilities
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user