caerbannog: use fetchFromSourcehut

+4 -3
+4 -3
pkgs/applications/misc/caerbannog/default.nix
··· 1 1 { lib 2 - , fetchgit 2 + , fetchFromSourcehut 3 3 , python3 4 4 , glib 5 5 , gobject-introspection ··· 18 18 version = "0.3"; 19 19 format = "other"; 20 20 21 - src = fetchgit { 22 - url = "https://git.sr.ht/~craftyguy/caerbannog"; 21 + src = fetchFromSourcehut { 22 + owner = "~craftyguy"; 23 + repo = "caerbannog"; 23 24 rev = version; 24 25 sha256 = "0wqkb9zcllxm3fdsr5lphknkzy8r1cr80f84q200hbi99qql1dxh"; 25 26 };