Skip to content

Commit

Permalink
Merge pull request #197043 from r-ryantm/auto-update/dolibarr
Browse files Browse the repository at this point in the history
dolibarr: 16.0.0 -> 16.0.1
  • Loading branch information
bobby285271 authored Nov 1, 2022
2 parents 51047b2 + 48adf8f commit d8d0776
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions nixos/tests/all-tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ in {
documentation = pkgs.callPackage ../modules/misc/documentation/test.nix { inherit nixosLib; };
doh-proxy-rust = handleTest ./doh-proxy-rust.nix {};
dokuwiki = handleTest ./dokuwiki.nix {};
dolibarr = handleTest ./dolibarr.nix {};
domination = handleTest ./domination.nix {};
dovecot = handleTest ./dovecot.nix {};
drbd = handleTest ./drbd.nix {};
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/web-apps/dolibarr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "dolibarr";
version = "16.0.0";
version = "16.0.1";

src = fetchFromGitHub {
owner = "Dolibarr";
repo = "dolibarr";
rev = version;
sha256 = "sha256-6BS1UHcfxiG1AXJSagxydtl5TU7tyZt21Q3geNmwkYY=";
sha256 = "sha256-67Ox0DP4vfiz8GgD3nfa4FyB6Qrqkc2zt1iMS584CWs=";
};

dontBuild = true;
Expand Down

0 comments on commit d8d0776

Please sign in to comment.