1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
20
20
buildPythonPackage rec {
21
21
pname = "firebase-admin" ;
22
- version = "6.6 .0" ;
22
+ version = "6.7 .0" ;
23
23
pyproject = true ;
24
24
25
25
src = fetchFromGitHub {
26
26
owner = "firebase" ;
27
27
repo = "firebase-admin-python" ;
28
28
tag = "v${ version } " ;
29
- hash = "sha256-BjYo/H5CBII9KjefhGUiEeLKBAAsnQABX+21R4pR8wE =" ;
29
+ hash = "sha256-MQFGgWQ2YgAii+IVP/78JKU1Q7QgEvMXz5WvXGoyw7g =" ;
30
30
} ;
31
31
32
32
build-system = [ setuptools ] ;
@@ -59,7 +59,7 @@ buildPythonPackage rec {
59
59
meta = {
60
60
description = "Firebase Admin Python SDK" ;
61
61
homepage = "https://github.com/firebase/firebase-admin-python" ;
62
- changelog = "https://github.com/firebase/firebase-admin-python/releases/tag/v ${ version } " ;
62
+ changelog = "https://github.com/firebase/firebase-admin-python/releases/tag/${ src . tag } " ;
63
63
license = lib . licenses . asl20 ;
64
64
maintainers = with lib . maintainers ; [ jhahn ] ;
65
65
} ;
0 commit comments