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

libargs: 6.3.0 -> 6.4.4
This commit is contained in:
Jonas Heinrich 2023-01-10 15:52:36 +01:00 committed by GitHub
commit 110ce492b8
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.3.0";
version = "6.4.4";
src = fetchFromGitHub {
owner = "Taywee";
repo = pname;
rev = version;
sha256 = "sha256-fEM9KNqqxYbafMcHCW46Y//8Hrvd7gZrCIQhH5lhpFc=";
sha256 = "sha256-niuBM8tPCedFNCrkgvLE7PZu411sKgcvovr++6dIaus=";
};
nativeBuildInputs = [ cmake ];