Skip to content

Commit 0c37c2a

Browse files
committed
arrow-cpp: 19.0.0 -> 19.0.1
1 parent 3f9dc98 commit 0c37c2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ar/arrow-cpp/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ let
7373
hash = "sha256-DThjyZ34LajHwXZy1IhYKUGUG/ejQ9WvBNuI8eUKmSs=";
7474
};
7575

76-
version = "19.0.0";
76+
version = "19.0.1";
7777
in
7878
stdenv.mkDerivation (finalAttrs: {
7979
pname = "arrow-cpp";
@@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
8383
owner = "apache";
8484
repo = "arrow";
8585
rev = "apache-arrow-${version}";
86-
hash = "sha256-rjU/D362QfmejzjIsYaEwTMcLADbNf/pQohb323ifZI=";
86+
hash = "sha256-toHwUIOZRpgR0K7pQtT5nqWpO9G7AuHYTcvA6UVg9lA=";
8787
};
8888

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

0 commit comments

Comments
 (0)