tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
alembic: 1.8.5 -> 1.8.6
R. Ryantm
2 years ago
e03fc13f
56c409f4
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
alembic
default.nix
+2
-2
pkgs/development/libraries/alembic/default.nix
···
3
3
stdenv.mkDerivation rec
4
4
{
5
5
pname = "alembic";
6
6
-
version = "1.8.5";
6
6
+
version = "1.8.6";
7
7
8
8
src = fetchFromGitHub {
9
9
owner = "alembic";
10
10
repo = "alembic";
11
11
rev = version;
12
12
-
sha256 = "sha256-wJVx0rwK0Qk07jlP0DyEAZUrAD+47qcVXSnTh5ngZG8=";
12
12
+
sha256 = "sha256-MND1GtnIGUtRrtyUX1eR9UoGGtuTPtVEIIET3QQ6blA=";
13
13
};
14
14
15
15
# note: out is unused (but required for outputDoc anyway)