Skip to content

Commit

Permalink
duperemove: 0.11.1 -> 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 11, 2020
1 parent 379aaa1 commit d3fc9d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/filesystems/duperemove/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit d3fc9d7

Please sign in to comment.