sourcehut.metasrht: 0.61.3 -> 0.64.8

Signed-off-by: Christoph Heiss <christoph@c8h4.io>

+13 -21
+13 -21
pkgs/applications/version-management/sourcehut/meta.nix
··· 2 , fetchFromSourcehut 3 , buildPythonPackage 4 , buildGoModule 5 - , pgpy 6 - , srht 7 - , redis 8 , bcrypt 9 , qrcode 10 , stripe 11 , zxcvbn 12 - , alembic 13 - , pystache 14 - , dnspython 15 - , sshpubkeys 16 - , weasyprint 17 - , prometheus-client 18 , python 19 , unzip 20 }: 21 let 22 - version = "0.61.3"; 23 24 src = fetchFromSourcehut { 25 owner = "~sircmpwn"; 26 repo = "meta.sr.ht"; 27 rev = version; 28 - hash = "sha256-wMcpdRSRvxYEV163mdTGOemk62gljua89SOtwe6qGXU="; 29 }; 30 31 metasrht-api = buildGoModule ({ 32 inherit src version; 33 pname = "metasrht-api"; 34 modRoot = "api"; 35 - vendorHash = "sha256-ZoDRGmGe9o5pn89gJ60wjSp5Cc0yxRfvdhNnbwAhmSI="; 36 } // import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion = "0.17.20"; }); 37 38 in ··· 46 ''; 47 48 propagatedBuildInputs = [ 49 - pgpy 50 - srht 51 - redis 52 bcrypt 53 qrcode 54 stripe 55 - zxcvbn 56 - alembic 57 - pystache 58 - sshpubkeys 59 - weasyprint 60 prometheus-client 61 - dnspython 62 ]; 63 64 preBuild = ''
··· 2 , fetchFromSourcehut 3 , buildPythonPackage 4 , buildGoModule 5 + , alembic 6 , bcrypt 7 + , dnspython 8 , qrcode 9 + , redis 10 + , srht 11 , stripe 12 + , prometheus-client 13 , zxcvbn 14 , python 15 , unzip 16 }: 17 let 18 + version = "0.64.8"; 19 20 src = fetchFromSourcehut { 21 owner = "~sircmpwn"; 22 repo = "meta.sr.ht"; 23 rev = version; 24 + hash = "sha256-eiNvoy68PvjZ3iwdeNPjsXJjxAXb2PMF1/HvJquWa/U="; 25 }; 26 27 metasrht-api = buildGoModule ({ 28 inherit src version; 29 pname = "metasrht-api"; 30 modRoot = "api"; 31 + vendorHash = "sha256-D3stDSb99uXze49kKZgGrAq5Zmg6hkIzIpsQKlnKVtE="; 32 } // import ./fix-gqlgen-trimpath.nix { inherit unzip; gqlgenVersion = "0.17.20"; }); 33 34 in ··· 42 ''; 43 44 propagatedBuildInputs = [ 45 + alembic 46 bcrypt 47 + dnspython 48 qrcode 49 + redis 50 + srht 51 stripe 52 prometheus-client 53 + zxcvbn 54 ]; 55 56 preBuild = ''