libargs: 6.2.7 -> 6.3.0

This commit is contained in:
R. Ryantm 2022-04-04 06:29:32 +00:00
parent e0dc07236e
commit 92bbf43c5c

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "args"; pname = "args";
version = "6.2.7"; version = "6.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Taywee"; owner = "Taywee";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-I297qPXs8Fj7Ibq2PN6y/Eas3DiW5Ecvqot0ePwFNTI="; sha256 = "sha256-fEM9KNqqxYbafMcHCW46Y//8Hrvd7gZrCIQhH5lhpFc=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];