cavif: 1.3.4 → 1.3.5

This commit is contained in:
Andrew Kvalheim 2022-12-02 10:01:15 -08:00
parent 3a618cf444
commit 5d8e7edae6
2 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ let
in
overrideUntilVersion {
apex = "unstable-2021-12-08";
cavif = "1.3.4";
cavif = "1.3.5";
git-diff-image = "unstable-2022-11-17";
gpx-reduce = "unstable-2021-05-04";
ios-safari-remote-debug-kit = "unstable-2022-06-21";

View file

@ -8,14 +8,14 @@
rustPlatform.buildRustPackage rec {
pname = "cavif";
version = "1.3.4";
version = "1.3.5";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-tHbJf03Q8NuIb6rc8/Hi575UAmP6KI37kMr/84Z/5Rs=";
sha256 = "sha256-mj0SyI/n6as6gBdmtSZ5qFr8Z0jlZYE+weCQUBeq4aQ=";
};
cargoHash = "sha256-BU/3PHEFsLXglpR5Ww7AqJhJhWFelyPljLbhSx4eJms=";
cargoHash = "sha256-QMXbZgFDwoHjGQJ8lJ6sOgOdcr5x5bQyGd0lfeyG0Ak=";
nativeBuildInputs = [ nasm ];