Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 230fd90dccbb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e4883cb78ec9
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 18, 2020

  1. gnome3.pomodoro: 0.17.0 -> 0.18.0

    Needed to work with the current Gnome 3 version in master.
    jsravn authored Nov 18, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e4883cb View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/desktops/gnome-3/misc/pomodoro/default.nix
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-3/misc/pomodoro/default.nix
Original file line number Diff line number Diff line change
@@ -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 = [