Merge pull request #210647 from r-ryantm/auto-update/libargs

libargs: 6.4.4 -> 6.4.6
This commit is contained in:
Weijia Wang 2023-01-23 22:05:34 +01:00 committed by GitHub
commit ae0f49513c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "args";
version = "6.4.4";
version = "6.4.6";
src = fetchFromGitHub {
owner = "Taywee";
repo = pname;
rev = version;
sha256 = "sha256-niuBM8tPCedFNCrkgvLE7PZu411sKgcvovr++6dIaus=";
sha256 = "sha256-2gH3h3QAl0+XVULt/fR2UUGKNIxTUmnRRdxPOFdpVy4=";
};
nativeBuildInputs = [ cmake ];