gnome.pomodoro: 0.22.0 → 0.23.1

https://github.com/gnome-pomodoro/gnome-pomodoro/compare/0.22.0...0.23.1
This commit is contained in:
Bobby Rong 2023-04-15 13:43:58 +08:00
parent 2d219d5cfc
commit da27ace74e
No known key found for this signature in database

View file

@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "gnome-pomodoro";
version = "0.22.0";
version = "0.23.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-VsrguYU1rfYWse7FuA4uYASfqET0Q3RBeU7i+HOWFBw=";
hash = "sha256-0ZUTRrth5AfzI1E4JsuchbYeFwAbl9/XGBSYQ+AnNvM=";
};
patches = [