mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
python3Packages.python-flirt: 0.7.0 -> 0.8.6
https://github.com/williballenthin/lancelot/releases/tag/v0.8.0 https://github.com/williballenthin/lancelot/releases/tag/v0.8.1 https://github.com/williballenthin/lancelot/releases/tag/v0.8.2 https://github.com/williballenthin/lancelot/releases/tag/v0.8.3 https://github.com/williballenthin/lancelot/releases/tag/v0.8.4 https://github.com/williballenthin/lancelot/releases/tag/v0.8.5 https://github.com/williballenthin/lancelot/releases/tag/v0.8.6
This commit is contained in:
parent
bc05d0b09f
commit
79dddf7ae7
1165
pkgs/development/python-modules/python-flirt/Cargo.lock
generated
1165
pkgs/development/python-modules/python-flirt/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -8,13 +8,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-flirt";
|
||||
version = "0.7.0";
|
||||
version = "0.8.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "williballenthin";
|
||||
repo = "lancelot";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-FsdnWWfyQte7FDz5ldo+S+3IEtbOIODOeh1fHDP2/4s=";
|
||||
hash = "sha256-J48tRgJw6JjUrcAQdRELFE50pyDptbmbgYbr+rAK/PA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -37,7 +37,7 @@ buildPythonPackage rec {
|
||||
cargoDeps = rustPlatform.importCargoLock {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"zydis-3.1.1" = "sha256-/L28cBTCg/S7onDQXnqUoB5udoEO/depmxDUcnfIQEw=";
|
||||
"zydis-3.1.3" = "sha256-X+aURjNfXGXO4eh6RJ3bi8Eb2kvF09I34ZHffvYjt9I=";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user