dns: add write.sealight.xyz?

This commit is contained in:
Anish Lakhwara
2024-07-14 16:43:57 -07:00
parent ec29b3c156
commit 6522536dc8
5 changed files with 182 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{ pkgs, ... }:
pkgs.buildGoModule rec {
name = "gpodder2go";
src = pkgs.fetchFromGitHub {
owner = "oxtyped";
repo = "gpodder2go";
rev = "v0.1.2";
hash = "sha256-RAt0rd4DZwI7b7IEFd1o4s4ivADzgzBzBaeGVL8OmYo";
};
vendorHash = "sha256-mbSgY5WjIAesT27uRgaiRF3N06yuUntjTp6kjUMh6Bw";
doCheck = false;
}