storj: add prebuilt storagenode gui
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Jake Hillion 2023-07-30 22:56:42 +01:00
parent 3d6766f357
commit 51f66de066

View File

@ -1,11 +1,12 @@
{ stdenv, lib, fetchFromGitHub, buildGoModule, ... }:
{ stdenv, lib, fetchFromGitea, buildGoModule, ... }:
let
version = "1.82.1";
src = fetchFromGitHub {
owner = "storj";
src = fetchFromGitea {
domain = "gitea.hillion.co.uk";
owner = "JakeHillion";
repo = "storj";
rev = "v${version}";
rev = "f75ec5ba34b2ccce005ebdb6fae697e0224998d9";
hash = "sha256-DPWSQv4TKdOYfwsXokev42UfoxJLmC/OWLk48JnThUU=";
};
meta = with lib; {