hyprshade: 3.0.2 -> 3.0.3

This commit is contained in:
R. Ryantm 2024-02-26 12:54:44 +00:00
parent 8c826e35a9
commit 6f1ce51034

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 = [