babeld: 1.13.1 -> 1.14 (#534092)

This commit is contained in:
Nick Cao
2026-06-23 19:55:06 +00:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "babeld";
version = "1.13.1";
version = "1.14";
src = fetchurl {
url = "https://www.irif.fr/~jch/software/files/babeld-${finalAttrs.version}.tar.gz";
hash = "sha256-FfJNJtoMz8Bzq83vAwnygeRoTyqnESb4JlcsTIRejdk=";
hash = "sha256-xO0TwEiAzMOoWplkXctkE0vqyKsGB/4ypNB+EFetc7c=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''