2022-11-28T20:40:16 skytemple 1.3.10 -> 1.4.2 https://pypi.org/project/skytemple/ 2022-11-28T20:40:19 attrpath: skytemple 2022-11-28T20:40:19 Checking auto update branch... 2022-11-28T20:40:22 [version] 2022-11-28T20:40:22 [version] skipping because derivation has updateScript 2022-11-28T20:40:22 [rustCrateVersion] 2022-11-28T20:40:22 [rustCrateVersion] No cargoSha256 found 2022-11-28T20:40:22 [golangModuleVersion] 2022-11-28T20:40:22 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-28T20:40:22 [updateScript] 2022-11-28T20:40:25 [updateScript] Success 2022-11-28T20:40:25 [updateScript] this derivation will be built: /nix/store/cxridxjn9fs7p59jn24kk7856cl1jsma-packages.json.drv building '/nix/store/cxridxjn9fs7p59jn24kk7856cl1jsma-packages.json.drv'... Going to be running update for following packages: - skytemple-1.3.10 Press Enter key to continue... Running update for: - skytemple-1.3.10: UPDATING ... - skytemple-1.3.10: DONE. Packages updated! 2022-11-28T20:40:25 2022-11-28T20:40:25 [quotedUrls] 2022-11-28T20:40:25 [quotedUrls] nothing found to replace 2022-11-28T20:40:25 Diff after rewrites: diff --git a/pkgs/applications/misc/skytemple/default.nix b/pkgs/applications/misc/skytemple/default.nix index 2ec034e882e..f9dc6fa95dc 100644 --- a/pkgs/applications/misc/skytemple/default.nix +++ b/pkgs/applications/misc/skytemple/default.nix @@ -10,13 +10,13 @@ python3Packages.buildPythonApplication rec { pname = "skytemple"; - version = "1.3.10"; + version = "1.4.2"; src = fetchFromGitHub { owner = "SkyTemple"; repo = pname; - rev = version; - hash = "sha256-CyYGTXdQsGpDR/gpqViEQO1xUPHaXTES592nRJixa1o="; + rev = "refs/tags/${version}"; + hash = "sha256-nKpNVqSgIfWMRs/ecgCtuqeBaCSGT4CsE05zxAMhjDU="; }; buildInputs = [ 2022-11-28T20:41:54 An auto update branch exists with message `skytemple: 1.3.10 -> 1.3.11.post1`. New version is 1.4.2. 2022-11-28T20:41:54 The auto update branch does not match or exceed the new version. 2022-11-28T20:41:55 There might already be an open PR for this update: - skytemple: 1.3.10 -> 1.4.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/200020"