Unverified Commit ceb63f7c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #268500 from NixOS/revert-268270-auto-update/xmlada

Revert "xmlada: 23.0.0 -> 24.0.0"
parents 0d78a5a4 bf0764f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

stdenv.mkDerivation rec {
  pname = "xmlada";
  version = "24.0.0";
  version = "23.0.0";

  src = fetchFromGitHub {
    name = "xmlada-${version}-src";
    owner = "AdaCore";
    repo = "xmlada";
    rev = "v${version}";
    sha256 = "sha256-vvM7bdf3dAa3zKgxbGeAGlBT6fvafzmleimJHyRdlvc=";
    sha256 = "sha256-covcSwlQQjRKTv0DdMEgahXXlch0TeKnvSyOsGO9+e0=";
  };

  nativeBuildInputs = [