gnome3.pomodoro: 0.17.0 -> 0.18.0

Needed to work with the current Gnome 3 version in master.
This commit is contained in:
James Ravn 2020-11-18 20:24:48 +00:00 committed by GitHub
parent 230fd90dcc
commit e4883cb78e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "gnome-shell-pomodoro";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "codito";
repo = "gnome-pomodoro";
rev = version;
sha256 = "0s9wzx7wbynpqgj7nlgs5wwx4w2akz7nli89sy7pxcn4xpnahqgn";
sha256 = "0990m8ydryd77kv25nfqli1n209i0h5dkjg9gkyww8bfrjhw47mc";
};
nativeBuildInputs = [