0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

immudb: 1.9.6 -> 1.9.7

This commit is contained in:
R. Ryantm 2025-05-30 13:47:04 +00:00
parent 1c7b92be21
commit 1d21ae96bb

View file

@ -15,13 +15,13 @@ let
in
buildGoModule rec {
pname = "immudb";
version = "1.9.6";
version = "1.9.7";
src = fetchFromGitHub {
owner = "codenotary";
repo = "immudb";
rev = "v${version}";
sha256 = "sha256-sQLxHHaKdqocjJVXuuuQqx+BNubl6bjVcp50r4kPQEs=";
sha256 = "sha256-tYQYQyYhHMn0+PQWDEb4zY9EbDt1pVzZIcP0Gnsplrk=";
};
postPatch = ''