cpp-utilities: 5.10.5 -> 5.11.0

This commit is contained in:
R. RyanTM 2021-08-04 03:53:59 +00:00
parent 39bce8345f
commit e5a3c39545

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "cpp-utilities";
version = "5.10.5";
version = "5.11.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-1GAZKMfA2cB/7/TZfV+WOvjlu0sWq1loOauX4EfHogA=";
sha256 = "sha256-ibZ/cj+pDLxUugz5jTc3FcVlytwS+R1RTtISbXe1mq4=";
};
nativeBuildInputs = [ cmake ];