3
0
Fork 0
forked from mirrors/nixpkgs

oak: 0.2 -> 0.3

This commit is contained in:
R. Ryantm 2022-11-09 06:18:36 +00:00
parent 65522538a3
commit e83a04619d

View file

@ -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=";