oh: 0.8.1 -> 0.8.3

This commit is contained in:
R. Ryantm 2023-11-02 23:27:48 +00:00
parent edbe9ad5e0
commit cf0bb8dea8

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "oh";
version = "0.8.1";
version = "0.8.3";
src = fetchFromGitHub {
owner = "michaelmacinnis";
repo = pname;
rev = "v${version}";
sha256 = "sha256-DMxC5fv5ZLDv7gMajC/eyJd2YpO+OXFdvwAPYotnczw=";
sha256 = "sha256-ryIh6MRIOVZPm2USpJC69Z/upIXGUHgcd17eZBA9Edc=";
};
vendorHash = "sha256-f4rqXOu6yXUzNsseSaV9pb8c2KXItYOalB5pfH3Acnc=";
vendorHash = "sha256-Qma5Vk0JO/tTrZanvTCE40LmjeCfBup3U3N7gyhfp44=";
meta = with lib; {
homepage = "https://github.com/michaelmacinnis/oh";