elephant: 2.19.2 -> 2.19.3

Changelog: https://github.com/abenz1267/elephant/releases/tag/v2.19.3
This commit is contained in:
Adam C. Stephens
2026-02-12 13:08:09 -05:00
parent 3cbf09a009
commit ca2cfb671f
+2 -2
View File
@@ -74,13 +74,13 @@ let
in
buildGoModule (finalAttrs: {
pname = "elephant";
version = "2.19.2";
version = "2.19.3";
src = fetchFromGitHub {
owner = "abenz1267";
repo = "elephant";
rev = "v${finalAttrs.version}";
hash = "sha256-hs1Re7ltWYFBsiwDsK3Qb3/KgZ4E2HY7cFB/M8JWSu4=";
hash = "sha256-IyHoHbhLFuIgFG+n7dqHwJaXuNnRaEsxCfAsfudV1KY=";
};
vendorHash = "sha256-tO+5x2FIY1UBvWl9x3ZSpHwTWUlw1VNDTi9+2uY7xdU=";