Robert Schütz 2023-02-24 09:11:55 -08:00
parent 16abcb815b
commit bbd4c89959

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "rymdport";
version = "3.3.1";
version = "3.3.2";
src = fetchFromGitHub {
owner = "Jacalz";
repo = "rymdport";
rev = "v${version}";
hash = "sha256-8Iul8YSxrfP7uG/uSmV+Qro+B1r+mhkOxCICHf204Lg=";
hash = "sha256-UATtfJPpB0twIh6vsgfMSbu9S0F36l+PQgpWYDBmy4M=";
};
vendorHash = "sha256-9Z++E4Lb1+VBvOx5GJ4yQuj7fpwUhlsMhavTifKxVw4=";
vendorHash = "sha256-XJracr2oblyVid6QKri0EUr5LrEgA3w27PPqbqWcNh8=";
nativeBuildInputs = [
pkg-config