Commit 2a45d0e5 authored by kashw2's avatar kashw2
Browse files

sachet: modernise

parent 1cc8527b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ buildGoModule rec {

  src = fetchFromGitHub {
    owner = "messagebird";
    repo = pname;
    rev = version;
    repo = "sachet";
    tag = version;
    hash = "sha256-zcFViE1/B+wrkxZ3YIyfy2IBbxLvXOf8iK/6eqZb1ZQ=";
  };