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

Commits on Jan 2, 2021

  1. Verified

    This commit was signed with the committer’s verified signature.
    costrouc Christopher Ostrouchov
    Copy the full SHA
    f68a47d View commit details
  2. Merge pull request #108197 from r-ryantm/auto-update/python3.7-cloudf…

    …lare
    
    python37Packages.cloudflare: 2.8.14 -> 2.8.15
    prusnak authored Jan 2, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    071eb8b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/cloudflare/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cloudflare/default.nix
Original file line number Diff line number Diff line change
@@ -10,11 +10,11 @@

buildPythonPackage rec {
pname = "cloudflare";
version = "2.8.14";
version = "2.8.15";

src = fetchPypi {
inherit pname version;
sha256 = "5787892fdee3a6408b4290de0371426ab778a7ebf44decad9d843cab1ef0a1ac";
sha256 = "1f47bd324f80e91487dea2c79be934b1dc612bcfa63e784dcf74c6a2f52a41cc";
};

propagatedBuildInputs = [