oculante: 0.7.4 -> 0.7.5
includes fix for CVE2023-4863 in the vendored libwebp
This commit is contained in:
parent
f630c28c3e
commit
887d5ff655
2 changed files with 268 additions and 502 deletions
766
pkgs/applications/graphics/oculante/Cargo.lock
generated
766
pkgs/applications/graphics/oculante/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -21,13 +21,13 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "oculante";
|
||||
version = "0.7.4";
|
||||
version = "0.7.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "woelper";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-EyGbCOPc+ClsBUQCi9PPXeU7PmiUSANH20DGPuvgfAM=";
|
||||
hash = "sha256-8l6wOWvwPm18aqoTzt5+ZH7CDgeuxBvwO6w9Nor1Eig=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
|
|
Loading…
Reference in a new issue