2022-11-23T19:34:56 python310Packages.mesa 0 -> 1 2022-11-23T19:34:58 attrpath: python310Packages.mesa 2022-11-23T19:34:58 Checking auto update branch... 2022-11-23T19:35:02 [version] 2022-11-23T19:35:02 [version] skipping because derivation has updateScript 2022-11-23T19:35:02 [rustCrateVersion] 2022-11-23T19:35:02 [rustCrateVersion] No cargoSha256 found 2022-11-23T19:35:02 [golangModuleVersion] 2022-11-23T19:35:02 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-23T19:35:02 [updateScript] 2022-11-23T19:35:05 [updateScript] Success 2022-11-23T19:35:05 [updateScript] this derivation will be built: /nix/store/bdq1r9rv017dkpsh3gr29w7ka6g52873-packages.json.drv building '/nix/store/bdq1r9rv017dkpsh3gr29w7ka6g52873-packages.json.drv'... Going to be running update for following packages: - python3.10-mesa-0.8.7 Press Enter key to continue... Running update for: - python3.10-mesa-0.8.7: UPDATING ... - python3.10-mesa-0.8.7: DONE. Packages updated! 2022-11-23T19:35:05 2022-11-23T19:35:05 [quotedUrls] 2022-11-23T19:35:05 [quotedUrls] nothing found to replace 2022-11-23T19:35:05 Diff after rewrites: diff --git a/pkgs/development/python-modules/mesa/default.nix b/pkgs/development/python-modules/mesa/default.nix index aaf13a76530..5d6d3ef3cc5 100644 --- a/pkgs/development/python-modules/mesa/default.nix +++ b/pkgs/development/python-modules/mesa/default.nix @@ -4,7 +4,7 @@ buildPythonPackage rec { pname = "mesa"; - version = "0.8.7"; + version = "1.1.1"; # According to their docs, this library is for Python 3+. disabled = isPy27; @@ -12,8 +12,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "projectmesa"; repo = "mesa"; - rev = "v${version}"; - sha256 = "0i1bpdqjrx4avgrzyqxpwxx86j11yhrq1j4kca854xahvhmwis19"; + rev = "refs/tags/v${version}"; + sha256 = "sha256-6EVxhRRR0qmwsKlFeD/U89uolfNxgXd66doDDTxsvS4="; }; checkInputs = [ pytest ]; 2022-11-23T19:36:33 No auto update branch exists 2022-11-23T19:36:38 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.mesa nix build failed. File "/nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/socket.py", line 824, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): File "/nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/socket.py", line 955, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 70, in ensure_JS_dep( File "setup.py", line 44, in ensure_JS_dep urllib.request.urlretrieve(url, zip_file) File "/nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/urllib/request.py", line 241, in urlretrieve with contextlib.closing(urlopen(url, data)) as fp: File "/nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/urllib/request.py", line 216, in urlopen return opener.open(url, data, timeout) File "/nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/urllib/request.py", line 519, in open response = self._open(req, data) File "/nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, protocol, protocol + File "/nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/urllib/request.py", line 496, in _call_chain result = func(*args) File "/nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/urllib/request.py", line 1391, in https_open return self.do_open(http.client.HTTPSConnection, req, File "/nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/urllib/request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: