Merge pull request #268908 from r-ryantm/auto-update/pv

pv: 1.8.0 -> 1.8.5
This commit is contained in:
Nick Cao 2023-11-21 11:21:57 -05:00 committed by GitHub
commit beeb738c2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "pv";
version = "1.8.0";
version = "1.8.5";
src = fetchurl {
url = "https://www.ivarch.com/programs/sources/pv-${version}.tar.gz";
sha256 = "sha256-XOxPc3gmoO3atHHdO3Wlh70poufPowBo1X8pQ5olH98=";
sha256 = "sha256-0ilI0GvgalvjczYxjeVAoiFb4QqwFj+M0jogFJZHt4A=";
};
meta = {