forked from mirrors/nixpkgs
egglog: unstable-2023-05-22 -> unstable-2023-06-11
Diff: 5242b50051...c7ef8b000c
This commit is contained in:
parent
a0cd8365a8
commit
70f33f2777
|
@ -185,7 +185,7 @@ dependencies = [
|
|||
]
|
||||
|
||||
[[package]]
|
||||
name = "egg-smol"
|
||||
name = "egglog"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
|
@ -906,7 +906,7 @@ name = "web-demo"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"console_error_panic_hook",
|
||||
"egg-smol",
|
||||
"egglog",
|
||||
"js-sys",
|
||||
"log",
|
||||
"wasm-bindgen",
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "egglog";
|
||||
version = "unstable-2023-05-22";
|
||||
version = "unstable-2023-06-11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "egraphs-good";
|
||||
repo = "egglog";
|
||||
rev = "5242b50051c339d55009860d4dff80125fdcedfd";
|
||||
hash = "sha256-N04CfITLEr4D4s6bUi0eRQdAVy6Ztq3Ml0365of7i0U=";
|
||||
rev = "c7ef8b000caf7fa17f6127847db4b9c285c03f09";
|
||||
hash = "sha256-OGuqC/HgH7UhUhW5RU8nkqj6roPjXXOyVRHmnJdIolg=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
|
@ -27,6 +27,5 @@ rustPlatform.buildRustPackage {
|
|||
homepage = "https://github.com/egraphs-good/egglog";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
mainProgram = "egg-smol";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue