Unverified Commit f12c9a1f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #306585 from r-ryantm/auto-update/tml

tml: 0.6.1 -> 0.7.0
parents b4431ca3 4f9d7f5d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "tml";
  version = "0.6.1";
  version = "0.7.0";

  src = fetchFromGitHub {
    owner = "liamg";
    repo = "tml";
    rev = "v${version}";
    hash = "sha256-y9iv6s+ShKLxd+SOBQxwvPwuEL1kepJL6ukA4aoV9Z8=";
    hash = "sha256-QMXEKjOKYQlzXc2ds8OAAL5xUxayGb6mxxyeHsCkfwo=";
  };

  vendorHash = "sha256-CHZS1SpPko8u3tZAYbf+Di882W55X9Q/zd4SmFCRgKM=";