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

Commits on Nov 11, 2020

  1. duperemove: 0.11.1 -> 0.11.2

    r-ryantm committed Nov 11, 2020
    Copy the full SHA
    d3fc9d7 View commit details
  2. Merge pull request #103395 from r-ryantm/auto-update/duperemove

    duperemove: 0.11.1 -> 0.11.2
    marsam authored Nov 11, 2020
    Copy the full SHA
    0ae4d56 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/filesystems/duperemove/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/duperemove/default.nix
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "duperemove";
version = "0.11.1";
version = "0.11.2";

src = fetchFromGitHub {
owner = "markfasheh";
repo = "duperemove";
rev = "v${version}";
sha256 = "1scz76pvpljvrpfn176125xwaqwyy4pirlm11sc9spb2hyzknw2z";
sha256 = "1a87mka2sfzhbch2jip6wlvvs0glxq9lqwmyrp359d1rmwwmqiw9";
};

nativeBuildInputs = [ pkgconfig ];