Commit 94574c33 authored by R. RyanTM's avatar R. RyanTM
Browse files

typtea: 0.1.4 -> 0.1.5

parent a2a025b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "typtea";
  version = "0.1.4";
  version = "0.1.5";

  src = fetchFromGitHub {
    owner = "ashish0kumar";
    repo = "typtea";
    tag = "v${version}";
    hash = "sha256-JIb7MkqHHlKLTI+SY007RQS4DpmQS1y8SNUsYVevEEk=";
    hash = "sha256-syN35y4oCm0P6N+UmbPrcfmGgJNuEjZ8wzW98xhM5NM=";
  };

  vendorHash = "sha256-LWY1Tnh4iyNAV7dNjlKdT9IwPJRN25HkEAGSkQIRe9I=";