summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-10-09 18:01:36 +0000
committerGitHub <noreply@github.com>2023-10-09 18:01:36 +0000
commite1565d6a86eda8960d1c22ebeeb5bf8cd217517a (patch)
tree86c1548639e667657cfc811452fd08a1f9f1ee21 /pkgs/desktops
parent1a9afd555c7c3878df3896d73610a093fab75bb3 (diff)
parent75d4639be31d1dd1495f9002793394a152abc07e (diff)
downloadnixpkgs-e1565d6a86eda8960d1c22ebeeb5bf8cd217517a.tar
nixpkgs-e1565d6a86eda8960d1c22ebeeb5bf8cd217517a.tar.gz
nixpkgs-e1565d6a86eda8960d1c22ebeeb5bf8cd217517a.tar.bz2
nixpkgs-e1565d6a86eda8960d1c22ebeeb5bf8cd217517a.tar.lz
nixpkgs-e1565d6a86eda8960d1c22ebeeb5bf8cd217517a.tar.xz
nixpkgs-e1565d6a86eda8960d1c22ebeeb5bf8cd217517a.tar.zst
nixpkgs-e1565d6a86eda8960d1c22ebeeb5bf8cd217517a.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome/misc/pomodoro/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome/misc/pomodoro/default.nix b/pkgs/desktops/gnome/misc/pomodoro/default.nix
index 4474c3c6a68..3067c5de5fb 100644
--- a/pkgs/desktops/gnome/misc/pomodoro/default.nix
+++ b/pkgs/desktops/gnome/misc/pomodoro/default.nix
@@ -24,13 +24,13 @@
 
 stdenv.mkDerivation rec {
   pname = "gnome-pomodoro";
-  version = "0.23.1";
+  version = "0.24.0";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = version;
-    hash = "sha256-0ZUTRrth5AfzI1E4JsuchbYeFwAbl9/XGBSYQ+AnNvM=";
+    hash = "sha256-Yn0lDCFpc8o25iiPib1n1NEBeodNAdTzRWcnLbXUA5g=";
   };
 
   patches = [