about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-02-20 09:39:59 +0900
committerGitHub <noreply@github.com>2024-02-20 09:39:59 +0900
commitc34a692e711cd90c0d0aa394f1b0936948489f43 (patch)
tree151ff3c67509ee67ce37bf0c1c3cf80500a48567 /pkgs/applications
parentb56485b679bba159b88e349e10a444b2a60e6cad (diff)
parentaca47dc05b2a090e32329f2f052eb183eb6b9453 (diff)
Merge pull request #289890 from r-ryantm/auto-update/hyprshade
hyprshade: 0.12.1 -> 3.0.2
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/window-managers/hyprwm/hyprshade/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/hyprwm/hyprshade/default.nix b/pkgs/applications/window-managers/hyprwm/hyprshade/default.nix
index ea24741ba516b..5f9cedd9e05ed 100644
--- a/pkgs/applications/window-managers/hyprwm/hyprshade/default.nix
+++ b/pkgs/applications/window-managers/hyprwm/hyprshade/default.nix
@@ -8,14 +8,14 @@
 
 buildPythonPackage rec {
   pname = "hyprshade";
-  version = "0.12.1";
+  version = "3.0.2";
   format = "pyproject";
 
   src = fetchFromGitHub {
     owner = "loqusion";
     repo = "hyprshade";
     rev = "refs/tags/${version}";
-    hash = "sha256-xcFX1YApwEN40jPgRT0H/7SiODxXGYVTPUkSZ8OFIWs=";
+    hash = "sha256-E5FNVzmzxzqhIZ4i8PwiKB8q4LwpsV961Bc77kSym8A=";
   };
 
   nativeBuildInputs = [