iina 0 -> 1 attrpath: iina 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/098573l3ql6g1wwydawyq4a6m0jllhxv-packages.json.drv building '/nix/store/098573l3ql6g1wwydawyq4a6m0jllhxv-packages.json.drv'... Going to be running update for following packages: - iina-1.3.4 Press Enter key to continue... Running update for: - iina-1.3.4: UPDATING ... - iina-1.3.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/ii/iina/package.nix b/pkgs/by-name/ii/iina/package.nix index 2288a688cf0d..f53f869e933d 100644 --- a/pkgs/by-name/ii/iina/package.nix +++ b/pkgs/by-name/ii/iina/package.nix @@ -7,11 +7,11 @@ stdenv.mkDerivation rec { pname = "iina"; - version = "1.3.4"; + version = "1.3.5"; src = fetchurl { url = "https://github.com/iina/iina/releases/download/v${version}/IINA.v${version}.dmg"; - hash = "sha256-feUPWtSi/Vsnv1mjGyBgB0wFMxx6r6UzrUratlAo14w="; + hash = "sha256-O4uRmfQaGMKqizDlgk0MnazMHVkXaDLqZQ9TP8vcajg="; }; nativeBuildInputs = [ undmg ]; No auto update branch exists There might already be an open PR for this update: - iina: 1.3.4 -> 1.3.5; iina: add maintainer donteatoreo; iina: use finalAttrs pattern; iina: sort meta alphabetically; iina: remove `with lib;` from meta; iina: refactor stdenv -> stdenvNoCC; iina: format with nixfmt-rfc-style URL "https://api.github.com/repos/NixOS/nixpkgs/issues/316529"