recode: 3.7.14 -> 3.7.15 (#476513)

This commit is contained in:
Gergő Gutyina
2026-01-09 10:50:56 +00:00
committed by GitHub
+4 -2
View File
@@ -3,6 +3,7 @@
stdenv,
fetchurl,
python3Packages,
perl,
flex,
texinfo,
libiconv,
@@ -11,16 +12,17 @@
stdenv.mkDerivation (finalAttrs: {
pname = "recode";
version = "3.7.14";
version = "3.7.15";
# Use official tarball, avoid need to bootstrap/generate build system
src = fetchurl {
url = "https://github.com/rrthomas/recode/releases/download/v${finalAttrs.version}/recode-${finalAttrs.version}.tar.gz";
hash = "sha256-eGqv1USFGisTsKN36sFQD4IM5iYVzMLmMLUB53Q7nzM=";
hash = "sha256-9ZBAf8UbrbNRlz/BMz7jMRHwXsg6j5VP2M8MXjBDmAY=";
};
nativeBuildInputs = [
python3Packages.python
perl
flex
texinfo
libiconv