libargs: 6.4.8 -> 6.4.9 (#511850)

This commit is contained in:
Nick Cao
2026-04-20 20:43:25 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "args";
version = "6.4.8";
version = "6.4.9";
src = fetchFromGitHub {
owner = "Taywee";
repo = "args";
rev = finalAttrs.version;
sha256 = "sha256-FUM2QXKveESKTL4svgCw/SpwHypsF7DCW+RMoTBnh3c=";
sha256 = "sha256-+RzPVWFhA7tsiw04/i9OxqmoHVF5Whr9FC1isV8RrE0=";
};
nativeBuildInputs = [ cmake ];