Skip to content

Commit 472b410

Browse files
portunus: 2.1.1 -> 2.1.2 (#398883)
2 parents d3f5b05 + af43538 commit 472b410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/po/portunus/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
buildGoModule rec {
1010
pname = "portunus";
11-
version = "2.1.1";
11+
version = "2.1.2";
1212

1313
src = fetchFromGitHub {
1414
owner = "majewsky";
1515
repo = "portunus";
1616
rev = "v${version}";
17-
sha256 = "sha256-+pMMIutj+OWKZmOYH5NuA4a7aS5CD+33vAEC9bJmyfM=";
17+
sha256 = "sha256-nLFwfH1K6vsgNATwAxyq/q6HTtfLK8gsQhei7eJ86Kc=";
1818
};
1919

2020
buildInputs = [ libxcrypt ];

0 commit comments

Comments
 (0)