We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9dc98 commit 0c37c2aCopy full SHA for 0c37c2a
pkgs/by-name/ar/arrow-cpp/package.nix
@@ -73,7 +73,7 @@ let
73
hash = "sha256-DThjyZ34LajHwXZy1IhYKUGUG/ejQ9WvBNuI8eUKmSs=";
74
};
75
76
- version = "19.0.0";
+ version = "19.0.1";
77
in
78
stdenv.mkDerivation (finalAttrs: {
79
pname = "arrow-cpp";
@@ -83,7 +83,7 @@ stdenv.mkDerivation (finalAttrs: {
83
owner = "apache";
84
repo = "arrow";
85
rev = "apache-arrow-${version}";
86
- hash = "sha256-rjU/D362QfmejzjIsYaEwTMcLADbNf/pQohb323ifZI=";
+ hash = "sha256-toHwUIOZRpgR0K7pQtT5nqWpO9G7AuHYTcvA6UVg9lA=";
87
88
89
sourceRoot = "${finalAttrs.src.name}/cpp";
0 commit comments