cpp-utilities: 5.10.1 -> 5.10.2

This commit is contained in:
R. RyanTM 2021-04-10 07:27:35 +00:00
parent 496c7d3e9d
commit ddccf4272c
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "cpp-utilities";
version = "5.10.1";
version = "5.10.2";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8upRrk2x2gaS+JwCmZblrRSRxy0uNfFLTW7ua2ix2wI=";
sha256 = "sha256-hPcmO2nzXCuhU2GjE0B1Bz9OkJ4mY2txFr+cWGaw1bo=";
};
nativeBuildInputs = [ cmake ];