Merge pull request #100246 from RaitoBezarius/raito-srht-meta

metasrht: 0.50.2 -> 0.51.2
This commit is contained in:
Doron Behar 2020-10-12 11:08:52 +03:00 committed by GitHub
commit 063461113c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
, sshpubkeys, weasyprint }:
let
version = "0.50.2";
version = "0.51.2";
buildAPI = src: buildGoModule {
inherit src version;
@ -20,7 +20,7 @@ in buildPythonPackage rec {
src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/meta.sr.ht";
rev = version;
sha256 = "utS/HMFtHPAP1QRYd4WAFApyBPRY5UD72ANmC/SU93c=";
sha256 = "0c9y1hzx3dj0awxrhkzrcsmy6q9fqm6v6dbp9y1ria3v47xa3nv7";
};
nativeBuildInputs = srht.nativeBuildInputs;