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