tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
caerbannog: use fetchFromSourcehut
Robert Schütz
5 years ago
9fc486d6
9fe8be66
+4
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
caerbannog
default.nix
+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";
0
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
};