hyprshade: 3.2.1 -> 4.0.0 (#427686)

This commit is contained in:
Aleksana
2025-08-01 17:36:53 +08:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "hyprshade";
version = "3.2.1";
version = "4.0.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "loqusion";
repo = "hyprshade";
tag = version;
hash = "sha256-MlbNE9n//Qb6OJc3DMkOpnPtoodfV8JlG/I5rOfWMtQ=";
hash = "sha256-NnKhIgDAOKOdEqgHzgLq1MSHG3FDT2AVXJZ53Ozzioc=";
};
nativeBuildInputs = [