about summary refs log tree commit diff
path: root/pkgs/tools/wayland
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-19 16:23:32 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-19 16:23:32 +0000
commitee0f777255ea0ffca72733ac90a9485f3d2e44f5 (patch)
tree25fc198ccd86a3ffed25abf3767cd45d302a97f4 /pkgs/tools/wayland
parent11b87cbe5984013635d05c44e9908d12339470d6 (diff)
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 ];