portunus: 2.1.2 -> 2.1.4 (#423218)

This commit is contained in:
Pyrox 2025-07-07 10:37:33 -04:00 committed by GitHub
commit 65cb161317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildGoModule rec { buildGoModule rec {
pname = "portunus"; pname = "portunus";
version = "2.1.2"; version = "2.1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "majewsky"; owner = "majewsky";
repo = "portunus"; repo = "portunus";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-nLFwfH1K6vsgNATwAxyq/q6HTtfLK8gsQhei7eJ86Kc="; sha256 = "sha256-xZb2+IIZkZd/yGr0+FK7Bi3sZpPMfGz/QmUKn/clrwE=";
}; };
buildInputs = [ libxcrypt ]; buildInputs = [ libxcrypt ];