oculante: 0.7.4 -> 0.7.5

includes fix for CVE2023-4863 in the vendored libwebp
This commit is contained in:
Yureka 2023-09-15 10:23:03 +02:00
parent f630c28c3e
commit 887d5ff655
2 changed files with 268 additions and 502 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 = {