Unverified Commit 8ed9d99b authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #200341 from r-ryantm/auto-update/oak

oak: 0.2 -> 0.3
parents f503379c e83a0461
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=";