Skip to content

Commit 6950511

Browse files
r-ryantmpeterhoeg
authored andcommitted
minicom: 2.9 -> 2.10
1 parent 816a60f commit 6950511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/misc/minicom/default.nix

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

1414
stdenv.mkDerivation rec {
1515
pname = "minicom";
16-
version = "2.9";
16+
version = "2.10";
1717

1818
src = fetchFromGitLab {
1919
domain = "salsa.debian.org";
2020
owner = "minicom-team";
2121
repo = pname;
2222
rev = version;
23-
sha256 = "sha256-+fKvHrApDXm94LItXv+xSDIE5zD7rTY5IeNSuzQglpg=";
23+
sha256 = "sha256-wC6VlMRwuhV1zQ26wNx7gijuze8E2CvnzpqOSIPzq2s=";
2424
};
2525

2626
buildInputs =

0 commit comments

Comments
 (0)