ffmpeg_7: 7.0 -> 7.0.1

This commit is contained in:
jopejoe1 2024-06-03 20:43:29 +02:00
parent 459335513a
commit 00d7d60e2a
2 changed files with 3 additions and 3 deletions

View File

@ -32,8 +32,8 @@ let
};
v7 = {
version = "7.0";
hash = "sha256-RdDfv+0y90XpgjIRvTjsemKyGunzDbsh4j4WiE9rfyM=";
version = "7.0.1";
hash = "sha256-HiCT6bvLx4zmJ6ffutoimdz5ENQ55CRF64WBT3HeXMA=";
};
in

View File

@ -465,7 +465,7 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-oZMZysBA+/gwaGEM1yvI+8wCadXWE7qLRL6Emap3b8Q=";
}
])
++ (lib.optionals (lib.versionAtLeast version "7.0") [
++ (lib.optionals (lib.versionAtLeast version "7.0" && lib.versionOlder version "7.0.1") [
{
# Will likely be obsolete in >7.0
name = "fate_avoid_dependency_on_samples";