immudb: 1.4.1 -> 1.5.0

This commit is contained in:
R. Ryantm 2023-06-26 02:59:57 +00:00
parent e38e4cd6b9
commit 581cdbc4e6

View File

@ -14,13 +14,13 @@ let
in in
buildGoModule rec { buildGoModule rec {
pname = "immudb"; pname = "immudb";
version = "1.4.1"; version = "1.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "codenotary"; owner = "codenotary";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-G6Oy+veZGQYtRyeOSpFmQ3Ehro3Ra69iCQVl9YnerAk="; sha256 = "sha256-xvbks6dUiS14cntydAjSNTujxsSwYzmf+B4Zh4V/NwI=";
}; };
preBuild = '' preBuild = ''
@ -29,7 +29,7 @@ buildGoModule rec {
go generate -tags webconsole ./webconsole go generate -tags webconsole ./webconsole
''; '';
vendorSha256 = "sha256-k2OwwGjuyfM3QIRz+/DgGD0xUYor4TDmfBmcQOkcA3A="; vendorHash = "sha256-7mMutYx2/jmTx+7h9S412fYCFXiJnTGz0qwDSO7BIzM=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];