jdupes: 1.27.3 -> 1.28.0

This commit is contained in:
R. Ryantm 2024-07-28 00:21:27 +00:00 committed by Masum Reza
parent 2818172c0a
commit 84c30688a9

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "jdupes";
version = "1.27.3";
version = "1.28.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "jbruchon";
repo = "jdupes";
rev = "v${version}";
hash = "sha256-hR5nl8G7TYVm4ol/jgo7iOb4dLr2MovgjKSXCD2UwMg=";
hash = "sha256-jRjVuN/FNDpKB+Ibi+Mkm+WhB16cz9c33dOOeiPdgr8=";
# Unicode file names lead to different checksums on HFS+ vs. other
# filesystems because of unicode normalisation. The testdir
# directories have such files and will be removed.