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