Commit 06e0e293 authored by R. RyanTM's avatar R. RyanTM
Browse files

libargs: 6.4.8 -> 6.4.9

parent 1a2cead2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];