parseable: 1.7.3 -> 2.2.0

This commit is contained in:
R. Ryantm
2025-05-01 09:20:04 +00:00
parent cfbc694c82
commit 14cde665cc

View File

@@ -11,13 +11,13 @@
rustPlatform.buildRustPackage rec {
pname = "parseable";
version = "1.7.3";
version = "2.2.0";
src = fetchFromGitHub {
owner = "parseablehq";
repo = "parseable";
tag = "v${version}";
hash = "sha256-arRaib5jzU2mtSJI70UphVqPN+hOGoag++jopgx/zCw=";
hash = "sha256-oMDFi5cBcghxzwmmR/Gg50PcYCb6HaxDqWA8vVyw30Y=";
};
LOCAL_ASSETS_PATH = fetchzip {
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
};
useFetchCargoVendor = true;
cargoHash = "sha256-j+v3lf3x3eW1PAjYdPHfma6PnUsb4m6ZBRj+5jdPxCs=";
cargoHash = "sha256-kVLUSu+9jW3M0YosmpZWDIKCj7GilZZibMMtufHPdfM=";
nativeBuildInputs = [ pkg-config ];