hyprshade: 3.0.3 -> 3.1.0

This commit is contained in:
R. Ryantm
2024-03-04 15:18:18 +00:00
parent 9b4937d421
commit fb68973f0b
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "hyprshade";
version = "3.0.3";
version = "3.1.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "loqusion";
repo = "hyprshade";
rev = "refs/tags/${version}";
hash = "sha256-vX1Cc170ifevn1aji5s0MI7G0zktPuvSpAbYpGPMudA=";
hash = "sha256-bH+QXvZ+Yaogcp/MYJopiAUvM/imNrSo+cotTzzdlV8=";
};
nativeBuildInputs = [