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

hyprshade: 3.1.0 -> 3.2.0
This commit is contained in:
Weijia Wang 2024-03-09 14:25:40 +01:00 committed by GitHub
commit 1bf93a2423
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.1.0";
version = "3.2.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "loqusion";
repo = "hyprshade";
rev = "refs/tags/${version}";
hash = "sha256-bH+QXvZ+Yaogcp/MYJopiAUvM/imNrSo+cotTzzdlV8=";
hash = "sha256-bNgXnN4F9kzbi1vTuBqn8H7A8QMznr7QA65eNLumkAA=";
};
nativeBuildInputs = [