Commit c5615bc7 authored by R. RyanTM's avatar R. RyanTM
Browse files

discordo: 0-unstable-2024-07-02 -> 0-unstable-2024-10-13

parent ee8bdf4f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3,16 +3,16 @@

buildGoModule rec {
  pname = "discordo";
  version = "0-unstable-2024-07-02";
  version = "0-unstable-2024-10-13";

  src = fetchFromGitHub {
    owner = "ayn2op";
    repo = pname;
    rev = "31905f3e790e63cd0f2366526afe41fb278c226e";
    hash = "sha256-IhGZGHV/A1m653WlVCwxtb9OZbMolQ3GHOr2fXehjNk=";
    rev = "26b77d9385daa2dc056930fa302a3c06595680ba";
    hash = "sha256-zXqYj8IBDVeDKjm0m8CYEX+tmHLpY2u7A4g38IiDNZk=";
  };

  vendorHash = "sha256-5ZsvoIDwxZCGkMRxlCyp2Iv6fcvvpmzG+krz3MZSiTM=";
  vendorHash = "sha256-68NGcdyKuabSdW6CKAJUaJ0k2dpO0bm3OfNQ7qEVcqk=";

  CGO_ENABLED = 0;