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

oak: 0.2 -> 0.3

parent 65522538
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "oak";
  version = "0.2";
  version = "0.3";

  src = fetchFromGitHub {
    owner = "thesephist";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-00UanINtrFyjQWiAw1ucB4eEODMr9+wT+99Zy2Oc1j4=";
    sha256 = "sha256-DK5n8xK57CQiukyBt9+CFK1j8+nphP//T2jTXq64VH8=";
  };

  vendorSha256 = "sha256-iQtb3zNa57nB6x4InVPw7FCmW7XPw5yuz0OcfASXPD8=";