cpp-utilities: 5.11.0 -> 5.11.1

This commit is contained in:
R. RyanTM 2021-09-14 05:01:15 +00:00
parent ea59da44e8
commit 82652bcc2c

View File

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