pv: 1.8.12 -> 1.8.14

This commit is contained in:
R. Ryantm 2024-10-15 21:52:06 +00:00 committed by Bjørn Forsman
parent 5a98d44c85
commit 85a80cb4d6

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pv";
version = "1.8.12";
version = "1.8.14";
src = fetchurl {
url = "https://www.ivarch.com/programs/sources/pv-${finalAttrs.version}.tar.gz";
hash = "sha256-lof53u2wnQ3ADYDDBpHwyRKCwNXY+n1qKghch0LCzXw=";
hash = "sha256-DMGIEaSAmlh9SxHUdpG7wK2DpdldLCYGr3Tqe0pnR1Y=";
};
meta = {