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

ada: 2.9.2 -> 3.0.0 (#378160)

parents 99b0506f 0a988864
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "ada";
  version = "2.9.2";
  version = "3.0.0";

  src = fetchFromGitHub {
    owner = "ada-url";
    repo = "ada";
    rev = "v${version}";
    hash = "sha256-VWFxupmgc+fq9aj/02uMEsiwhP+9PWMSleoIoyKVe3c=";
    hash = "sha256-6heohik9MlIvDTSWe8U6/mdHuSHaEv4rkGwaz0LH8NU=";
  };

  nativeBuildInputs = [ cmake ];