Merge pull request #291567 from r-ryantm/auto-update/hyprshade

hyprshade: 3.0.2 -> 3.0.3
This commit is contained in:
Nick Cao 2024-02-26 09:57:00 -05:00 committed by GitHub
commit e6b9eff2ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "hyprshade";
version = "3.0.2";
version = "3.0.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "loqusion";
repo = "hyprshade";
rev = "refs/tags/${version}";
hash = "sha256-E5FNVzmzxzqhIZ4i8PwiKB8q4LwpsV961Bc77kSym8A=";
hash = "sha256-vX1Cc170ifevn1aji5s0MI7G0zktPuvSpAbYpGPMudA=";
};
nativeBuildInputs = [