parseable: 2.3.1 -> 2.3.3 (#417807)

Co-authored-by: ilyakooo0 <mail@iko.soy>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-18 12:26:30 +00:00
committed by GitHub
co-authored by ilyakooo0
+3 -3
View File
@@ -11,13 +11,13 @@
rustPlatform.buildRustPackage rec {
pname = "parseable";
version = "2.3.1";
version = "2.3.3";
src = fetchFromGitHub {
owner = "parseablehq";
repo = "parseable";
tag = "v${version}";
hash = "sha256-+l3z8afss8NlyHWrUujtJLYKDlhq8EXfB/skpKTg+gU=";
hash = "sha256-E2leEt4M+p9hc7zR0dVO8n/O796kmv1s4wFlZ79VCy0=";
};
LOCAL_ASSETS_PATH = fetchzip {
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
};
useFetchCargoVendor = true;
cargoHash = "sha256-TCKYr288Ish2j+KNgLS462K7NdllzJRxcPKpXyYryzY=";
cargoHash = "sha256-WeWWQReKCM+xCjZKKrBSWLUhD+mOXspMHiUNmLKdRrM=";
nativeBuildInputs = [ pkg-config ];