2022-12-24T03:22:50 corrscope 0.8.0 -> 0.8.1 https://github.com/corrscope/corrscope/releases 2022-12-24T03:22:53 attrpath: corrscope 2022-12-24T03:22:53 Checking auto update branch... 2022-12-24T03:22:56 [version] 2022-12-24T03:22:56 [version] skipping because derivation has updateScript 2022-12-24T03:22:56 [rustCrateVersion] 2022-12-24T03:22:56 [rustCrateVersion] No cargoSha256 found 2022-12-24T03:22:56 [golangModuleVersion] 2022-12-24T03:22:56 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-24T03:22:56 [updateScript] 2022-12-24T03:22:59 [updateScript] Success 2022-12-24T03:22:59 [updateScript] this derivation will be built: /nix/store/6zyw888lldjihsfcam3psp4r1y5hqgas-packages.json.drv these 5 paths will be fetched (0.29 MiB download, 1.60 MiB unpacked): /nix/store/9kq514w9fvpaz0c7kx5kap7cznwhdac3-python3-3.10.9-env /nix/store/m7x505g32xnga49yy13l5j6frfaz91b1-python3.10-packaging-21.3 /nix/store/pljzcydqc2ia67880h7h4rf7ghbqafvy-python3.10-toolz-0.12.0 /nix/store/q8404hd0zcbx7hzn97llbar65g3wbxk8-python3.10-pyparsing-3.0.9 /nix/store/xzgff571qk3gqvdhqhymbwsn93cjivp3-update-python-libraries copying path '/nix/store/q8404hd0zcbx7hzn97llbar65g3wbxk8-python3.10-pyparsing-3.0.9' from 'https://cache.nixos.org'... copying path '/nix/store/pljzcydqc2ia67880h7h4rf7ghbqafvy-python3.10-toolz-0.12.0' from 'https://cache.nixos.org'... copying path '/nix/store/m7x505g32xnga49yy13l5j6frfaz91b1-python3.10-packaging-21.3' from 'https://cache.nixos.org'... copying path '/nix/store/9kq514w9fvpaz0c7kx5kap7cznwhdac3-python3-3.10.9-env' from 'https://cache.nixos.org'... copying path '/nix/store/xzgff571qk3gqvdhqhymbwsn93cjivp3-update-python-libraries' from 'https://cache.nixos.org'... building '/nix/store/6zyw888lldjihsfcam3psp4r1y5hqgas-packages.json.drv'... Going to be running update for following packages: - corrscope-0.8.0 Press Enter key to continue... Running update for: - corrscope-0.8.0: UPDATING ... - corrscope-0.8.0: DONE. Packages updated! 2022-12-24T03:22:59 2022-12-24T03:22:59 [quotedUrls] 2022-12-24T03:22:59 [quotedUrls] nothing found to replace 2022-12-24T03:22:59 Diff after rewrites: diff --git a/pkgs/applications/video/corrscope/default.nix b/pkgs/applications/video/corrscope/default.nix index c254ab6957d..38d96c72601 100644 --- a/pkgs/applications/video/corrscope/default.nix +++ b/pkgs/applications/video/corrscope/default.nix @@ -9,14 +9,14 @@ mkDerivationWith python3Packages.buildPythonApplication rec { pname = "corrscope"; - version = "0.8.0"; + version = "0.8.1"; format = "pyproject"; src = fetchFromGitHub { owner = "corrscope"; repo = "corrscope"; - rev = version; - sha256 = "1wdla4ryif1ss37aqi61lcvzddvf568wyh5s3xv1lrryh4al9vpd"; + rev = "refs/tags/${version}"; + sha256 = "sha256-pS7upOYZAjgR3lWxny8TNZEj3Rrbg+L90ANZWFO9UPQ="; }; pythonRelaxDeps = [ "attrs" ]; 2022-12-24T03:24:26 No auto update branch exists 2022-12-24T03:24:26 There might already be an open PR for this update: - corrscope: 0.8.0 -> 0.8.1, python3Packages.appnope: Make available on non-Darwin URL "https://api.github.com/repos/NixOS/nixpkgs/issues/193339"