mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
diffstat: 1.67 -> 1.68
Changes: https://invisible-island.net/diffstat/CHANGES.html#t20250424
This commit is contained in:
parent
b07b676fd0
commit
36ea1b4b53
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue