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

cpp-utilities: 5.32.0 -> 5.32.1 (#477600)

parents 9885d898 6e9ca77f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cpp-utilities";
  version = "5.32.0";
  version = "5.32.1";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "cpp-utilities";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-NiCUbo00o4rYY0cKwWGz0e2LfJPcRSs1PY6NBlnj9G8=";
    sha256 = "sha256-Yo4NxISuLgHhQdzJqHdpZvLWuI9c9fNr7okZmZogATM=";
  };

  nativeBuildInputs = [ cmake ];