mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
unblob: 25.4.14 -> 25.5.26
This commit is contained in:
parent
ec62ae342c
commit
52474c6bee
1 changed files with 7 additions and 4 deletions
|
@ -14,11 +14,13 @@
|
||||||
lziprecover,
|
lziprecover,
|
||||||
lzop,
|
lzop,
|
||||||
p7zip,
|
p7zip,
|
||||||
|
partclone,
|
||||||
sasquatch,
|
sasquatch,
|
||||||
sasquatch-v4be,
|
sasquatch-v4be,
|
||||||
simg2img,
|
simg2img,
|
||||||
ubi_reader,
|
ubi_reader,
|
||||||
unar,
|
unar,
|
||||||
|
upx,
|
||||||
zstd,
|
zstd,
|
||||||
versionCheckHook,
|
versionCheckHook,
|
||||||
}:
|
}:
|
||||||
|
@ -37,13 +39,14 @@ let
|
||||||
ubi_reader
|
ubi_reader
|
||||||
simg2img
|
simg2img
|
||||||
unar
|
unar
|
||||||
|
upx
|
||||||
zstd
|
zstd
|
||||||
lz4
|
lz4
|
||||||
];
|
] ++ lib.optional stdenvNoCC.isLinux partclone;
|
||||||
in
|
in
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "unblob";
|
pname = "unblob";
|
||||||
version = "25.4.14";
|
version = "25.5.26";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
disabled = python3.pkgs.pythonOlder "3.9";
|
disabled = python3.pkgs.pythonOlder "3.9";
|
||||||
|
|
||||||
|
@ -51,14 +54,14 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
owner = "onekey-sec";
|
owner = "onekey-sec";
|
||||||
repo = "unblob";
|
repo = "unblob";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-kWZGQX8uSKdFW+uauunHcruXhJ5XpBfyDY7gPyWGK90=";
|
hash = "sha256-vTakXZFAcD3cmd+y4CwYg3X4O4NmtOzuqMLWLMX2Duk=";
|
||||||
forceFetchGit = true;
|
forceFetchGit = true;
|
||||||
fetchLFS = true;
|
fetchLFS = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||||
inherit pname version src;
|
inherit pname version src;
|
||||||
hash = "sha256-lGsDax7+CUACeYChDqdPsVbKE/hH94CPek6UBVz1eqs=";
|
hash = "sha256-NirDPuAcKuNquMs9mBZoEkQf+QJ+cMd7JXjj1anB9Zw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue