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

termsvg: 0.9.3 -> 0.10.0

parent 01ac1583
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "termsvg";
  version = "0.9.3";
  version = "0.10.0";

  src = fetchFromGitHub {
    owner = "mrmarble";
    repo = "termsvg";
    rev = "v${version}";
    hash = "sha256-ejrg1UywPQDCeaymkGzU+xZoPXME6XEP/SBe3Yxf4YU=";
    hash = "sha256-tNvr8ptMortP7iI6GwT4AGbqTvNFposca8I2JribGnk=";
  };

  vendorHash = "sha256-BoXRLWhQmfvMIN658MiXGCFMbnvuXfv/H/jCE6h4aWk=";