caerbannog: use fetchFromSourcehut
This commit is contained in:
parent
9fe8be6685
commit
9fc486d67f
1 changed files with 4 additions and 3 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue