duperemove: 0.11.1 -> 0.11.2

This commit is contained in:
R. RyanTM 2020-11-11 03:59:28 +00:00
parent 379aaa1e0c
commit d3fc9d7499
1 changed files with 2 additions and 2 deletions

View File

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