0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +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 in
buildGoModule rec { buildGoModule rec {
pname = "immudb"; pname = "immudb";
version = "1.9.6"; version = "1.9.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "codenotary"; owner = "codenotary";
repo = "immudb"; repo = "immudb";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-sQLxHHaKdqocjJVXuuuQqx+BNubl6bjVcp50r4kPQEs="; sha256 = "sha256-tYQYQyYhHMn0+PQWDEb4zY9EbDt1pVzZIcP0Gnsplrk=";
}; };
postPatch = '' postPatch = ''