immudb: 1.4.0 -> 1.4.1 (#202309)

This commit is contained in:
R. RyanTM 2022-11-28 08:03:56 -08:00 committed by GitHub
parent c5be637c72
commit c0ba43324c
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.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "codenotary";
repo = pname;
rev = "v${version}";
sha256 = "sha256-L8RvbMmq9DPJ2FvxlCE1KC8TRhmZA5CrzUPmr9JNy0Q=";
sha256 = "sha256-G6Oy+veZGQYtRyeOSpFmQ3Ehro3Ra69iCQVl9YnerAk=";
};
preBuild = ''