about summary refs log tree commit diff
path: root/pkgs/tools/wayland
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-04-27 15:08:32 +0800
committerGitHub <noreply@github.com>2024-04-27 15:08:32 +0800
commita8f2053e3da3a0a0cce7c6d5139091f740171860 (patch)
tree9411544b21bb6432fd3a771b1ae04bddf55826d8 /pkgs/tools/wayland
parent74cc0b38801caa221c2c49171d9f593dd99c65ef (diff)
parentee0f777255ea0ffca72733ac90a9485f3d2e44f5 (diff)
Merge pull request #305343 from r-ryantm/auto-update/gtklock-powerbar-module
gtklock-powerbar-module: 2.0.1 -> 3.0.0
Diffstat (limited to 'pkgs/tools/wayland')
-rw-r--r--pkgs/tools/wayland/gtklock/powerbar-module.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/wayland/gtklock/powerbar-module.nix b/pkgs/tools/wayland/gtklock/powerbar-module.nix
index ce5c44a418748..5c22d6535795e 100644
--- a/pkgs/tools/wayland/gtklock/powerbar-module.nix
+++ b/pkgs/tools/wayland/gtklock/powerbar-module.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation rec {
   pname = "gtklock-powerbar-module";
-  version = "2.0.1";
+  version = "3.0.0";
 
   src = fetchFromGitHub {
     owner = "jovanlanik";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-Ev6vjtvUSqP/+xTDRAqSYJ436WhZUtFRxSP7LoSK00w=";
+    hash = "sha256-uqGWr3/PaXif+JuxqRDlvfeiVG2nbausfe5dZOHcm7o=";
   };
 
   nativeBuildInputs = [ pkg-config ];