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: 6d6e4e6b5589
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 32958da2c3df
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 6, 2018

  1. radicale: 2.1.10 -> 2.1.11

    (cherry picked from commit 28a6927)
    Robert Schütz committed Nov 6, 2018
    Copy the full SHA
    32958da View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/radicale/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/radicale/default.nix
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "Radicale";
version = "2.1.10";
version = "2.1.11";

# No tests in PyPI tarball
src = fetchFromGitHub {
owner = "Kozea";
repo = "Radicale";
rev = version;
sha256 = "0ik9gvljxhmykkzzcv9kmkp4qjwgdrl9f7hp6300flx5kmqlcjb1";
sha256 = "1k32iy55lnyyp1r75clarhwdqvw6w8mxb5v0l5aysga07fg2mix4";
};

# We only want functional tests