Merge pull request #103395 from r-ryantm/auto-update/duperemove

duperemove: 0.11.1 -> 0.11.2
This commit is contained in:
Mario Rodas 2020-11-11 04:13:05 -05:00 committed by GitHub
commit 0ae4d56de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];