rymdport: 3.3.0 -> 3.3.1

This commit is contained in:
R. Ryantm 2023-02-01 04:53:44 +00:00
parent 484055b77c
commit ccea359262

View File

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "rymdport";
version = "3.3.0";
version = "3.3.1";
src = fetchFromGitHub {
owner = "Jacalz";
repo = "rymdport";
rev = "v${version}";
hash = "sha256-IsUKZL1aOKH01yZ7e/ciAESQKdZSscH+ytI3wptChy0=";
hash = "sha256-8Iul8YSxrfP7uG/uSmV+Qro+B1r+mhkOxCICHf204Lg=";
};
vendorHash = "sha256-9Z++E4Lb1+VBvOx5GJ4yQuj7fpwUhlsMhavTifKxVw4=";