libaom 3.7.1 -> 3.8.0 https://repology.org/project/aom/versions attrpath: libaom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fpd5djwr52nvh5ggnp4l1if2r1z5r6gf-packages.json.drv building '/nix/store/fpd5djwr52nvh5ggnp4l1if2r1z5r6gf-packages.json.drv'... Going to be running update for following packages: - libaom-3.7.1 Press Enter key to continue... Running update for: - libaom-3.7.1: UPDATING ... - libaom-3.7.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/libaom/default.nix b/pkgs/development/libraries/libaom/default.nix index 826dc544a88f..78aac8754787 100644 --- a/pkgs/development/libraries/libaom/default.nix +++ b/pkgs/development/libraries/libaom/default.nix @@ -9,11 +9,11 @@ let in stdenv.mkDerivation rec { pname = "libaom"; - version = "3.7.1"; + version = "3.8.0"; src = fetchzip { url = "https://aomedia.googlesource.com/aom/+archive/v${version}.tar.gz"; - hash = "sha256-v2SBiDE4zZe3LMrlo/tP9GzmG/PJZ42rKi1svKJR6ZA="; + hash = "sha256-JxMz+XnjmUvk8TlTqdU2HP1Gq3bXfcLkXp5AEv9+7hM="; stripRoot = false; }; No auto update branch exists There might already be an open PR for this update: - libaom: 3.7.1 -> 3.8.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/272675"