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: e13377f436aa
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b791663fdbde
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 27, 2020

  1. urlwatch: 2.18 -> 2.19

    r-ryantm committed Jul 27, 2020
    Copy the full SHA
    f31b177 View commit details
  2. Copy the full SHA
    b791663 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/networking/urlwatch/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/networking/urlwatch/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

python3Packages.buildPythonApplication rec {
name = "urlwatch-${version}";
version = "2.18";
version = "2.19";

src = fetchFromGitHub {
owner = "thp";
repo = "urlwatch";
rev = version;
sha256 = "14dmyk95v3kajhn1w2lpil3rjs78y0wxylsxclv6zjxgjcc1xsi3";
sha256 = "05vxs0x8gnsv2r9cy0brqny1y5jnj2mw11lqc8lqahx84xcs2m00";
};

propagatedBuildInputs = with python3Packages; [