diffstat: 1.67 -> 1.68

Changes: https://invisible-island.net/diffstat/CHANGES.html#t20250424
This commit is contained in:
Sergei Trofimovich 2025-04-27 06:38:30 +01:00 committed by Bjørn Forsman
parent b07b676fd0
commit 36ea1b4b53

View file

@ -8,14 +8,14 @@
stdenv.mkDerivation rec {
pname = "diffstat";
version = "1.67";
version = "1.68";
src = fetchurl {
urls = [
"ftp://ftp.invisible-island.net/diffstat/diffstat-${version}.tgz"
"https://invisible-mirror.net/archives/diffstat/diffstat-${version}.tgz"
];
hash = "sha256-dg7QyZxtZDI41BuA5gJ4zxaD/7lKKDlUrH7xaMhSdmo=";
hash = "sha256-ifkpSorHT8728bmsQI9D6+340gjj7+C5m0rMFtxlgsc=";
};
buildInputs = [ zstd ];