cpp-utilities: 5.21.0 -> 5.22.0

Diff: https://github.com/Martchus/cpp-utilities/compare/v5.21.0...v5.22.0
This commit is contained in:
Doron Behar 2023-04-05 10:36:39 +03:00
parent a5aeb5016d
commit 2941e14f60

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "cpp-utilities";
version = "5.21.0";
version = "5.22.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = pname;
rev = "v${version}";
sha256 = "sha256-jva/mVk20xqEcHlUMnOBy2I09oGoLkKaqwRSg0kIKS0=";
sha256 = "sha256-c36FzKDAaalKVIrqVSCoslrKVopW77cGdGwfiMbaXe4=";
};
nativeBuildInputs = [ cmake ];