summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-09-14 11:08:36 +0200
committerGitHub <noreply@github.com>2021-09-14 11:08:36 +0200
commit7f4be47adfc5ea58956df43363660f7bdbb324de (patch)
treeaaca963b1d7d29f82e0405ba0b4b42858452e8b2 /pkgs/development/libraries
parent8c11f9fc691b0771dbd7a457dfbfbe158f77cc21 (diff)
parentcf5db339eb232bdcad503ee9543e123b8f39ab60 (diff)
Merge pull request #137717 from r-ryantm/auto-update/alembic
alembic: 1.8.2 -> 1.8.3
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/alembic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/alembic/default.nix b/pkgs/development/libraries/alembic/default.nix
index 0ed9aa204706..667d334c9026 100644
--- a/pkgs/development/libraries/alembic/default.nix
+++ b/pkgs/development/libraries/alembic/default.nix
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec
{
pname = "alembic";
- version = "1.8.2";
+ version = "1.8.3";
src = fetchFromGitHub {
owner = "alembic";
repo = "alembic";
rev = version;
- sha256 = "sha256-e87pnWIV8fbjEQa5iXRPXA9MkJN9NwY9PW/QI+cVSKo=";
+ sha256 = "sha256-QnqUD8KmMDmEZ1REoKN70SwVICOdyGPZsB/lU9nojj4=";
};
outputs = [ "bin" "dev" "out" "lib" ];