libargs: 6.3.0 -> 6.4.4

This commit is contained in:
R. Ryantm 2023-01-09 04:51:39 +00:00
parent 4769274f53
commit 79273ac888

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 ];