hyprshade: 4.0.1 -> 5.0.0

This commit is contained in:
R. Ryantm
2026-07-06 01:07:05 +00:00
parent 8f7639a0d4
commit 6bdf6e49ca
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonPackage (finalAttrs: {
pname = "hyprshade";
version = "4.0.1";
version = "5.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "loqusion";
repo = "hyprshade";
tag = finalAttrs.version;
hash = "sha256-zK8i2TePJ4cEtGXe/dssHWg+ioCTo1NyqzInQhMaB8w=";
hash = "sha256-ou4Iy040DozrlJuaYh3h2iNdUEw3amsCuAEEVHah+no=";
};
nativeBuildInputs = [