Merge pull request #335029 from r-ryantm/auto-update/dolibarr

dolibarr: 19.0.2 -> 19.0.3
This commit is contained in:
Robert Scott 2024-08-18 21:08:44 +01:00 committed by GitHub
commit 757247cb45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "dolibarr";
version = "19.0.2";
version = "19.0.3";
src = fetchFromGitHub {
owner = "Dolibarr";
repo = "dolibarr";
rev = version;
hash = "sha256-HPAcDgJSh3oIrr0vI9C80NR6oDS1KbAiiYR1tL5qrrI=";
hash = "sha256-7LLlmJ5h8EmxPvRl+PJxAtjGRS44Zg8RQzwtoAsm6Kg=";
};
dontBuild = true;