portunus: 2.1.2 -> 2.1.4

This commit is contained in:
Stefan Majewsky 2025-07-07 16:05:44 +02:00
parent 5c84999342
commit a94b4d0cdc

View File

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