Skip to content

Commit e515e07

Browse files
committed
dropme: move unblob-native to chisquare
1 parent c26717f commit e515e07

File tree

4 files changed

+16
-24
lines changed

4 files changed

+16
-24
lines changed

flake.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
55
inputs.filter.url = "github:numtide/nix-filter";
66
inputs.unblob-native = {
7-
url = "github:onekey-sec/unblob-native";
7+
url = "github:onekey-sec/unblob-native/chisquare";
88
inputs.nixpkgs.follows = "nixpkgs";
99
};
1010
inputs.lzallright = {

poetry.lock

Lines changed: 10 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lz4 = "^4.3.2"
2626
lief = "^0.15.1"
2727
cryptography = ">=41.0,<44.0"
2828
treelib = "^1.7.0"
29-
unblob-native = "^0.1.1"
29+
unblob-native = { git = "https://github.com/onekey-sec/unblob-native.git", branch = "chisquare" }
3030
jefferson = "^0.4.5"
3131
rich = "^13.3.5"
3232
pyfatfs = "^1.0.5"

0 commit comments

Comments
 (0)