Unverified Commit 9571c986 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

arrow-cpp: 19.0.0 -> 19.0.1 (#388151)

parents 0bfa7a4f 0c37c2a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ let
    hash = "sha256-DThjyZ34LajHwXZy1IhYKUGUG/ejQ9WvBNuI8eUKmSs=";
  };

  version = "19.0.0";
  version = "19.0.1";
in
stdenv.mkDerivation (finalAttrs: {
  pname = "arrow-cpp";
@@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "apache";
    repo = "arrow";
    rev = "apache-arrow-${version}";
    hash = "sha256-rjU/D362QfmejzjIsYaEwTMcLADbNf/pQohb323ifZI=";
    hash = "sha256-toHwUIOZRpgR0K7pQtT5nqWpO9G7AuHYTcvA6UVg9lA=";
  };

  sourceRoot = "${finalAttrs.src.name}/cpp";