Merge pull request #221795 from r-ryantm/auto-update/alembic

alembic: 1.8.4 -> 1.8.5
This commit is contained in:
Weijia Wang 2023-03-19 22:01:54 +02:00 committed by GitHub
commit ee393cf21f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec stdenv.mkDerivation rec
{ {
pname = "alembic"; pname = "alembic";
version = "1.8.4"; version = "1.8.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alembic"; owner = "alembic";
repo = "alembic"; repo = "alembic";
rev = version; rev = version;
sha256 = "sha256-8dQhOQN0t2Y2kC2wOpQUqbu6Woy4DUmiLqXjf1D+mxE="; sha256 = "sha256-wJVx0rwK0Qk07jlP0DyEAZUrAD+47qcVXSnTh5ngZG8=";
}; };
# note: out is unused (but required for outputDoc anyway) # note: out is unused (but required for outputDoc anyway)