Unverified Commit f087502f authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

dolibarr: 22.0.2 -> 22.0.3 (#465057)

parents 792461ff d94efbe5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "dolibarr";
  version = "22.0.2";
  version = "22.0.3";

  src = fetchFromGitHub {
    owner = "Dolibarr";
    repo = "dolibarr";
    tag = finalAttrs.version;
    hash = "sha256-JKD601BuEQeu4sgVaL88dCGQivgjEkpIdauE9gs6BBk=";
    hash = "sha256-3dcui1A8EzcFogQfUkf9+8A1C1CcFxHPFjOybDLKaCY=";
  };

  dontBuild = true;