Unverified Commit f50fc0cf authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #236636 from r-ryantm/auto-update/cpp-utilities

cpp-utilities: 5.22.0 -> 5.23.0
parents 782dbaf3 523b21a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "cpp-utilities";
  version = "5.22.0";
  version = "5.23.0";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-c36FzKDAaalKVIrqVSCoslrKVopW77cGdGwfiMbaXe4=";
    sha256 = "sha256-gZF+dsj+KYrFklnJHT04XSGLdlEdslFmxeStz6jVl24=";
  };

  nativeBuildInputs = [ cmake ];