2022-12-10T04:56:37 dwarfdump 0.4.2 -> 0.5.0 https://github.com/davea42/libdwarf-code/releases 2022-12-10T04:56:39 attrpath: dwarfdump 2022-12-10T04:56:39 Checking auto update branch... 2022-12-10T04:56:40 No auto update branch exists 2022-12-10T04:56:40 Old version 0.4.2" not present in master derivation file with contents: { lib, stdenv, fetchurl, buildInputs, sha512, version, libelf, url, knownVulnerabilities }: stdenv.mkDerivation rec { pname = "libdwarf"; inherit version; src = fetchurl { inherit url sha512; }; configureFlags = [ "--enable-shared" "--disable-nonshared" ]; inherit buildInputs; outputs = [ "bin" "lib" "dev" "out" ]; meta = { homepage = "https://github.com/davea42/libdwarf-code"; platforms = lib.platforms.unix; license = lib.licenses.lgpl21Plus; maintainers = [ lib.maintainers.atry ]; inherit knownVulnerabilities; }; } 2022-12-10T11:54:49 libdwarf 0.4.2 -> 0.5.0 https://github.com/davea42/libdwarf-code/releases 2022-12-10T11:54:51 attrpath: dwarfdump 2022-12-10T11:54:51 Checking auto update branch... 2022-12-10T11:54:51 No auto update branch exists 2022-12-10T11:54:51 HTTPError (HttpExceptionRequest Request { host = "api.github.com" port = 443 secure = True requestHeaders = [("User-Agent","github.hs/0.26"),("Accept","application/vnd.github.v3+json"),("Authorization","")] path = "/search/issues" queryString = "?q=repo%3Anixos%2Fnixpkgs%20dwarfdump%3A%200.4.2%20-%3E%200.5.0" method = "GET" proxy = Nothing rawBody = False redirectCount = 10 responseTimeout = ResponseTimeoutDefault requestVersion = HTTP/1.1 } (InternalException (HandshakeFailed (Error_Misc "Network.Socket.recvBuf: resource vanished (Connection reset by peer)"))))