Merge pull request #267522 from r-ryantm/auto-update/immudb

immudb: 1.5.0 -> 1.9DOM.0
This commit is contained in:
Weijia Wang 2023-12-04 02:58:36 +01:00 committed by GitHub
commit 72061433dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@ let
in
buildGoModule rec {
pname = "immudb";
version = "1.5.0";
version = "1.9DOM.0";
src = fetchFromGitHub {
owner = "codenotary";
repo = pname;
rev = "v${version}";
sha256 = "sha256-xvbks6dUiS14cntydAjSNTujxsSwYzmf+B4Zh4V/NwI=";
sha256 = "sha256-4N6E2dA7hF5sxHDLO5MMlKraXtwu7eHVB5WKs7J8ZmA=";
};
preBuild = ''
@ -29,7 +29,7 @@ buildGoModule rec {
go generate -tags webconsole ./webconsole
'';
vendorHash = "sha256-7mMutYx2/jmTx+7h9S412fYCFXiJnTGz0qwDSO7BIzM=";
vendorHash = "sha256-Yvxra/B5Z8qfxh7zsFDj7H+G7SYRfdP7U8UZ9g2os6A=";
nativeBuildInputs = [ installShellFiles ];