rapidcsv: 8.92 -> 8.97

This commit is contained in:
R. Ryantm
2026-05-16 05:42:23 +00:00
parent b1a644fbe8
commit b6718c5189
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "rapidcsv";
version = "8.92";
version = "8.97";
src = fetchFromGitHub {
owner = "d99kris";
repo = "rapidcsv";
rev = "v${finalAttrs.version}";
hash = "sha256-8g96mgTArtpAYHqfGCBaG4WB0ho3l8nygAS8yLVq0XE=";
hash = "sha256-A0YYstmJH2lit/odHfVXWmxGDHRKyGL5v7gHtEUJGqk=";
};
nativeBuildInputs = [