caerbannog: use fetchFromSourcehut

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