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

Commits on Aug 14, 2018

  1. pdd: 1.3 -> 1.3.1

    infinisil committed Aug 14, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    BurntSushi Andrew Gallant
    Copy the full SHA
    3f2921b View commit details
  2. Merge pull request #45028 from Infinisil/update/pdd

    pdd: 1.3 -> 1.3.1
    infinisil authored Aug 14, 2018

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    7b30b3f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/pdd/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/pdd/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildPythonApplication rec {
pname = "pdd";
version = "1.3";
version = "1.3.1";

src = fetchFromGitHub {
owner = "jarun";
repo = "pdd";
rev = "v${version}";
sha256 = "1r7861qg73jpchgmk8zcz0iki95ic1i3f77sd7j7vf5bvkikv739";
sha256 = "0kl6d9nivf6jj1j70alz64iwbp3ip9rg4x506nannii2cfmmx5wr";
};

format = "other";