caerbannog: use fetchFromSourcehut

This commit is contained in:
Robert Schütz 2021-03-13 12:28:48 +01:00
parent 9fe8be6685
commit 9fc486d67f

View file

@ -1,5 +1,5 @@
{ lib
, fetchgit
, fetchFromSourcehut
, python3
, glib
, gobject-introspection
@ -18,8 +18,9 @@ python3.pkgs.buildPythonApplication rec {
version = "0.3";
format = "other";
src = fetchgit {
url = "https://git.sr.ht/~craftyguy/caerbannog";
src = fetchFromSourcehut {
owner = "~craftyguy";
repo = "caerbannog";
rev = version;
sha256 = "0wqkb9zcllxm3fdsr5lphknkzy8r1cr80f84q200hbi99qql1dxh";
};