cpp-utilities: 5.12.0 -> 5.13.0

This commit is contained in:
R. Ryantm 2022-02-18 04:24:09 +00:00
parent 94f61e4c82
commit a36fdc40be

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cpp-utilities"; pname = "cpp-utilities";
version = "5.12.0"; version = "5.13.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Martchus"; owner = "Martchus";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-rpbD3x7zIJCDZuu4K0wDkaBKSBh36amtza/wE3rb0HM="; sha256 = "sha256-R22nWkI778LpCK3a5C6tvuIsEXU49wPya1fFQxdpocg=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];