parseable: 2.3.3 -> 2.3.5 (#420484)
Co-authored-by: ilyakooo0 <mail@iko.soy>
This commit is contained in:
@@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "parseable";
|
pname = "parseable";
|
||||||
version = "2.3.3";
|
version = "2.3.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "parseablehq";
|
owner = "parseablehq";
|
||||||
repo = "parseable";
|
repo = "parseable";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-E2leEt4M+p9hc7zR0dVO8n/O796kmv1s4wFlZ79VCy0=";
|
hash = "sha256-3kSbhTMnAPA86obH7F8nig8xIvlFpBanWuzgNVU1xFU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
LOCAL_ASSETS_PATH = fetchzip {
|
LOCAL_ASSETS_PATH = fetchzip {
|
||||||
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-WeWWQReKCM+xCjZKKrBSWLUhD+mOXspMHiUNmLKdRrM=";
|
cargoHash = "sha256-oXcOozjFKN10+693Eofg8vS2XryDEezAKkAhbGGNZ0A=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user