parseable: 2.2.0 -> 2.3.1
This commit is contained in:
parent
6ed432a97e
commit
e7b9c5d67f
@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "parseable";
|
pname = "parseable";
|
||||||
version = "2.2.0";
|
version = "2.3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "parseablehq";
|
owner = "parseablehq";
|
||||||
repo = "parseable";
|
repo = "parseable";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-oMDFi5cBcghxzwmmR/Gg50PcYCb6HaxDqWA8vVyw30Y=";
|
hash = "sha256-+l3z8afss8NlyHWrUujtJLYKDlhq8EXfB/skpKTg+gU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
LOCAL_ASSETS_PATH = fetchzip {
|
LOCAL_ASSETS_PATH = fetchzip {
|
||||||
@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-kVLUSu+9jW3M0YosmpZWDIKCj7GilZZibMMtufHPdfM=";
|
cargoHash = "sha256-TCKYr288Ish2j+KNgLS462K7NdllzJRxcPKpXyYryzY=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user