portunus: 2.1.2 -> 2.1.4

(cherry picked from commit a94b4d0cdc)
This commit is contained in:
Stefan Majewsky
2025-07-07 16:05:44 +02:00
committed by github-actions[bot]
parent d66ac34184
commit fc70d1bea1

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 ];