discordo 0 -> 1 attrpath: discordo Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8xazgz72brd18mnqzhbz9p3kjd1knzqg-packages.json.drv building '/nix/store/8xazgz72brd18mnqzhbz9p3kjd1knzqg-packages.json.drv'... Going to be running update for following packages: - discordo-unstable-2024-03-12 Press Enter key to continue... Running update for: - discordo-unstable-2024-03-12: UPDATING ... - discordo-unstable-2024-03-12: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/discordo/default.nix b/pkgs/applications/networking/discordo/default.nix index a9540226d002..2577baf02369 100644 --- a/pkgs/applications/networking/discordo/default.nix +++ b/pkgs/applications/networking/discordo/default.nix @@ -3,16 +3,16 @@ buildGoModule rec { pname = "discordo"; - version = "unstable-2024-03-12"; + version = "0-unstable-2024-04-03"; src = fetchFromGitHub { owner = "ayn2op"; repo = pname; - rev = "5805f6605efe63fc887e850bcc5d107070eb2c1a"; - hash = "sha256-IzVDxylrR0X8HLWTelSBq2+uu2h2Jd6iaNUXh9zQ9Yk="; + rev = "95f2fd26c262425eec2801923bd08a1251150533"; + hash = "sha256-XtZAyvfdU+vXN+StV3cpaoMVCUeqaZYaUhScer5qDR0="; }; - vendorHash = "sha256-6pCQHr/O2pfR1v8YI+htwGZ8RFStEEUctIEpgblXvjY="; + vendorHash = "sha256-TwteuBs8nSU0RC1KXBgiDpXel/oqmBOO1kY5DF6u4Vs="; CGO_ENABLED = 0; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A discordo nix build failed. @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/a6k3z1q667h65nb0zidsckx6iml6zvmy-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Building subPackage . Building subPackage ./cmd Building subPackage ./internal/config Building subPackage ./internal/constants Building subPackage ./internal/logger Building subPackage ./internal/markdown Building subPackage ./internal/ui @nix { "action": "setPhase", "phase": "checkPhase" } Running phase: checkPhase --- FAIL: TestParse (0.00s) markdown_test.go:23: got Don't [::b]communicate[::B] by sharing memory, share memory by communicating.; want Don't [::b]communicate[::-] by sharing memory, share memory by communicating. markdown_test.go:23: got [::i]Concurrency[::I] is not parallelism.; want [::i]Concurrency[::-] is not parallelism. markdown_test.go:23: got Channels [::u]orchestrate[::U]; mutexes [::u]serialize[::U].; want Channels [::u]orchestrate[::-]; mutexes [::u]serialize[::-]. markdown_test.go:23: got [::s]Cgo[::S] is not Go.; want [::s]Cgo[::-] is not Go. markdown_test.go:23: got Don't just check [::r]errors[::R], handle them [::r]gracefully[::R].; want Don't just check [::r]errors[::-], handle them [::r]gracefully[::-]. FAIL FAIL github.com/ayn2op/discordo/internal/markdown 0.002s FAIL