Unverified Commit 53fc713e authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

[Backport release-25.11] dolibarr: 22.0.2 -> 22.0.3 (#465101)

parents f9a9557f 988bd576
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;