Unverified Commit 8073fb86 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

abc-verifier: unstable-2023-10-13 → 0.55

parent c4ea0f97
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "abc-verifier";
  version = "unstable-2023-10-13";
  version = "0.55";

  src = fetchFromGitHub {
    owner = "yosyshq";
    repo = "abc";
    rev = "896e5e7dedf9b9b1459fa019f1fa8aa8101fdf43";
    hash = "sha256-ou+E2lvDEOxXRXNygE/TyVi7quqk+CJHRI+HDI0xljE=";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Ib6bZSPQmpI1UOsUG733TH6W6v+UnLyagdjUc8MreKw=";
  };

  nativeBuildInputs = [ cmake ];