Unverified Commit 3f5b946d authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #202537 from r-ryantm/auto-update/advancecomp

advancecomp: 2.3 -> 2.4
parents 31e618d2 20515701
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "advancecomp";
  version = "2.3";
  version = "2.4";

  src = fetchFromGitHub {
    owner = "amadvance";
    repo = "advancecomp";
    rev = "v${version}";
    hash = "sha256-klyTqqZs5TwadgDP8LJ1wUhXlO+/kQPM6qhiSki31Q8=";
    hash = "sha256-nl1t1XbyCDYH7jKdIRSIXfXuRCj5N+5noC86VpbpWu4=";
  };

  nativeBuildInputs = [ autoreconfHook ];