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

alembic: 1.8.6 -> 1.8.7 (#346994)

parents c437a2a8 6c181689
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec
{
  pname = "alembic";
  version = "1.8.6";
  version = "1.8.7";

  src = fetchFromGitHub {
    owner = "alembic";
    repo = "alembic";
    rev = version;
    sha256 = "sha256-MND1GtnIGUtRrtyUX1eR9UoGGtuTPtVEIIET3QQ6blA=";
    sha256 = "sha256-PuVN5Ytls58G2BmwCHUHiMQ0rolH98Hlw/pp7cvpiAg=";
  };

  # note: out is unused (but required for outputDoc anyway)