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

Commits on Feb 18, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    55560a6 View commit details

Commits on Feb 21, 2019

  1. Merge pull request #56009 from dtzWill/update/jdupes-1.12

    jdupes: 1.11.1 -> 1.12
    dtzWill authored Feb 21, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    vcunat Vladimír Čunát
    Copy the full SHA
    e20a69f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/jdupes/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/jdupes/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "jdupes-${version}";
version = "1.11.1";
version = "1.12";

src = fetchFromGitHub {
owner = "jbruchon";
repo = "jdupes";
rev = "v${version}";
sha256 = "1yg7071lwl561s7r0qrnfx45z3ny8gjfrxpx0dbyhv3ywiac5kw8";
sha256 = "1m5506scjbf2820p7mbsdsb2acg9jm74sb1604m9iz8v3dcn9dm6";
# Unicode file names lead to different checksums on HFS+ vs. other
# filesystems because of unicode normalisation. The testdir
# directories have such files and will be removed.