sourcehut.metasrht: 0.61.3 -> 0.64.8

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-03-21 23:49:51 +01:00
parent 30054093c9
commit 558767f939
No known key found for this signature in database
GPG Key ID: 73D5E7FDEE3DE49A

View File

@ -2,37 +2,33 @@
, fetchFromSourcehut
, buildPythonPackage
, buildGoModule
, pgpy
, srht
, redis
, bcrypt
, qrcode
, stripe
, zxcvbn
, alembic
, pystache
, bcrypt
, dnspython
, sshpubkeys
, weasyprint
, qrcode
, redis
, srht
, stripe
, prometheus-client
, zxcvbn
, python
, unzip
}:
let
version = "0.61.3";
version = "0.64.8";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "meta.sr.ht";
rev = version;
hash = "sha256-wMcpdRSRvxYEV163mdTGOemk62gljua89SOtwe6qGXU=";
hash = "sha256-eiNvoy68PvjZ3iwdeNPjsXJjxAXb2PMF1/HvJquWa/U=";
};
metasrht-api = buildGoModule ({
inherit src version;
pname = "metasrht-api";
modRoot = "api";
vendorHash = "sha256-ZoDRGmGe9o5pn89gJ60wjSp5Cc0yxRfvdhNnbwAhmSI=";
vendorHash = "sha256-D3stDSb99uXze49kKZgGrAq5Zmg6hkIzIpsQKlnKVtE=";
} // import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion = "0.17.20"; });
in
@ -46,19 +42,15 @@ buildPythonPackage rec {
'';
propagatedBuildInputs = [
pgpy
srht
redis
bcrypt
qrcode
stripe
zxcvbn
alembic
pystache
sshpubkeys
weasyprint
prometheus-client
bcrypt
dnspython
qrcode
redis
srht
stripe
prometheus-client
zxcvbn
];
preBuild = ''