findent: 4.3.6 -> 4.3.7 (#525078)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-31 13:42:46 +00:00
committed by GitHub
+2 -2
View File
@@ -6,11 +6,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "findent";
version = "4.3.6";
version = "4.3.7";
src = fetchurl {
url = "mirror://sourceforge/findent/findent-${finalAttrs.version}.tar.gz";
hash = "sha256-ctg02P8P3R27lCpv3tILSZ5ikn2Va25jHOWIuRfIONQ=";
hash = "sha256-4tqLjAwZYbK8nc5MbKp5ytCSRdNjiL6h/ALE7B/YuZg=";
};
enableParallelBuilding = true;