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

duperemove: 0.11.2 -> 0.11.3
This commit is contained in:
Artturi 2021-08-11 03:12:58 +03:00 committed by GitHub
commit 19f3b7e792
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.2";
version = "0.11.3";
src = fetchFromGitHub {
owner = "markfasheh";
repo = "duperemove";
rev = "v${version}";
sha256 = "1a87mka2sfzhbch2jip6wlvvs0glxq9lqwmyrp359d1rmwwmqiw9";
sha256 = "sha256-WjUM52IqMDvBzeGHo7p4JcvMO5iPWPVOr8GJ3RSsnUs=";
};
nativeBuildInputs = [ pkg-config ];