sourcehut.srht: 0.68.2 -> 0.68.11

This commit is contained in:
Julien Moutinho 2021-12-14 06:42:51 +01:00 committed by Tom Bereknyei
parent 2c599ba5d0
commit 25f2416a65

View File

@ -29,12 +29,12 @@
buildPythonPackage rec {
pname = "srht";
version = "0.68.2";
version = "0.68.11";
src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/core.sr.ht";
rev = version;
sha256 = "sha256-vLdKJgi3arF5PSODbCSCX7fWGZfgkOirGSdYzcNXRdk=";
sha256 = "sha256-q8vKUAV2z+7WdmARAlbz+ud41qnqnAIe4fwtzW2R2xg=";
fetchSubmodules = true;
};