progress: 0.16 -> 0.17

This commit is contained in:
h7x4 2023-10-20 02:06:24 +02:00 committed by Bjørn Forsman
parent be90db7f5e
commit ccf848f9dd

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "progress";
version = "0.16";
version = "0.17";
src = fetchFromGitHub {
owner = "Xfennec";
repo = "progress";
rev = "v${version}";
sha256 = "sha256-kkEyflyBaQ5hUVo646NUuC1u54uzLJJsVFej9pMEwT0=";
sha256 = "sha256-riewkageSZIlwDNMjYep9Pb2q1GJ+WMXazokJGbb4bE=";
};
nativeBuildInputs = [ pkg-config which ];