cavif: 1.5.3 → 1.5.4

This commit is contained in:
Andrew Kvalheim 2023-12-02 18:01:54 -08:00
parent 5efb0157e7
commit d6f52843b1

View file

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "cavif";
version = "1.5.3";
version = "1.5.4";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-YGiW5EWqQg4pMU7pEjXIDPYegQCat4AWDbFfYX2rYR0=";
sha256 = "sha256-2+pp5dCd64iJkoQ8NEARhlaih82BSnWBdQvBgjRFRmE=";
};
cargoHash = "sha256-NfE+z1ndgyjg2wg6siHvjBUTtPuLa8Qmx7wtt+DKPAw=";
cargoHash = "sha256-fQG5BzHgueTLBAplLR/1X2/r88GpCoko0gFRf37Y2hI=";
nativeBuildInputs = [ nasm ];