Loading pkgs/by-name/jd/jdupes/package.nix +2 −4 Original line number Diff line number Diff line Loading @@ -7,14 +7,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "jdupes"; version = "1.29.0"; version = "1.31.1"; src = fetchFromGitea { domain = "codeberg.org"; owner = "jbruchon"; repo = "jdupes"; rev = "v${finalAttrs.version}"; hash = "sha256-ddl1GCA96j5H6C9KTtJudQ4wSUeOGA6p4P8JPbsVr9o="; hash = "sha256-I1DtJokp43K9nZt73od4esK705nosIWEHLw4lydufbE="; # 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. Loading @@ -29,8 +29,6 @@ stdenv.mkDerivation (finalAttrs: { "PREFIX=${placeholder "out"}" # don't link with ../libjodycode "IGNORE_NEARBY_JC=1" # link with system libjodycode (this case is erroneously missing in v1.29.0) "LDFLAGS_EXTRA=-ljodycode" ] ++ lib.optionals stdenv.hostPlatform.isLinux [ "ENABLE_DEDUPE=1" Loading Loading
pkgs/by-name/jd/jdupes/package.nix +2 −4 Original line number Diff line number Diff line Loading @@ -7,14 +7,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "jdupes"; version = "1.29.0"; version = "1.31.1"; src = fetchFromGitea { domain = "codeberg.org"; owner = "jbruchon"; repo = "jdupes"; rev = "v${finalAttrs.version}"; hash = "sha256-ddl1GCA96j5H6C9KTtJudQ4wSUeOGA6p4P8JPbsVr9o="; hash = "sha256-I1DtJokp43K9nZt73od4esK705nosIWEHLw4lydufbE="; # 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. Loading @@ -29,8 +29,6 @@ stdenv.mkDerivation (finalAttrs: { "PREFIX=${placeholder "out"}" # don't link with ../libjodycode "IGNORE_NEARBY_JC=1" # link with system libjodycode (this case is erroneously missing in v1.29.0) "LDFLAGS_EXTRA=-ljodycode" ] ++ lib.optionals stdenv.hostPlatform.isLinux [ "ENABLE_DEDUPE=1" Loading