duperemove: 0.11 -> 0.11.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/duperemove/versions
This commit is contained in:
R. RyanTM 2018-12-16 06:01:42 -08:00 committed by Robin Gloster
parent dc0cb47b5e
commit c5c2924e92

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "duperemove-${version}";
version = "0.11";
version = "0.11.1";
src = fetchFromGitHub {
owner = "markfasheh";
repo = "duperemove";
rev = "v${version}";
sha256 = "09bwpsvnppl9bm2l5pym5673x04ah3hddb0xip61gdq8ws3ri5yj";
sha256 = "1scz76pvpljvrpfn176125xwaqwyy4pirlm11sc9spb2hyzknw2z";
};
nativeBuildInputs = [ pkgconfig ];