add ssh key to gitea

This commit is contained in:
2023-12-09 13:06:00 +01:00
parent 7a5c217c9d
commit 9db6404ee7
2 changed files with 6 additions and 2 deletions

View File

@@ -6,8 +6,8 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = "https://github.com/dpolakovics/bento.git";
rev = "7a7cb75421e57d92a3e62f2d7d9a6412cc1248d2";
sha256 = "sha256-0TNYafky0PMAJ58slUOXGqroiTMOeMKUYQ0tYj4zdBI=";
rev = "e9f254ad25b5d57522a2e45ef6305abb0738ff83";
sha256 = "sha256-VBi3hFelSNXQ4bzSSzhho3EBEBsQuP7/f9TDIwmf+1I=";
};
buildInputs = [ ];