Skip to content

Commit

Permalink
arpa2common: 2.2.14 -> 2.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
leungbk committed Aug 1, 2022
1 parent e542233 commit df5affb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/libraries/arpa2common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
, arpa2cm
, doxygen
, e2fsprogs
, graphviz
, lmdb
, openssl
, pkg-config
Expand All @@ -14,19 +15,20 @@

stdenv.mkDerivation rec {
pname = "arpa2common";
version = "2.2.14";
version = "2.2.18";

src = fetchFromGitLab {
owner = "arpa2";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LWsWoHRdLWRSF9JaEwrw+CXm5Azgh7zNeq0a8Z/hijQ=";
sha256 = "sha256-UpAVyDXCe07ZwjD307t6G9f/Nny4QYXxGxft1KsiYYg=";
};

nativeBuildInputs = [
cmake
arpa2cm
doxygen
graphviz
pkg-config
];

Expand Down

0 comments on commit df5affb

Please sign in to comment.