elephant: 2.19.3 -> 2.20.0

Changelog: https://github.com/abenz1267/elephant/releases/tag/v2.20.0
This commit is contained in:
Adam C. Stephens
2026-03-08 23:52:43 -04:00
parent 6bbfbcaa2c
commit 9d187ad3df
+2 -2
View File
@@ -74,13 +74,13 @@ let
in
buildGoModule (finalAttrs: {
pname = "elephant";
version = "2.19.3";
version = "2.20.0";
src = fetchFromGitHub {
owner = "abenz1267";
repo = "elephant";
rev = "v${finalAttrs.version}";
hash = "sha256-IyHoHbhLFuIgFG+n7dqHwJaXuNnRaEsxCfAsfudV1KY=";
hash = "sha256-r2ucLztXQFRu70VrGtNcL3PONyazxDPwq/hSn7opD+I=";
};
vendorHash = "sha256-tO+5x2FIY1UBvWl9x3ZSpHwTWUlw1VNDTi9+2uY7xdU=";