change to version 0.2.5 for ax

This commit is contained in:
2026-06-19 12:11:14 +02:00
parent fb0bf2ebb7
commit 8eb5d34c5d
+3 -3
View File
@@ -2,12 +2,12 @@
pkgs.buildGoModule {
pname = "ax";
version = "0.2.4";
version = "0.2.5";
src = pkgs.fetchgit {
url = "https://g.eliaskohout.de/eliaskohout/ax";
rev = "v0.2.4";
hash = "sha256-ZTner4OowcouE1zZ/H17E+PNiJ1vRxIn63dqnAnmjJU=";
rev = "v0.2.5";
hash = "sha256-W0q2nft3Gp72jJSE8Q5WMhEqypcocr7wozil+xSf38M=";
};
sourceRoot = "ax/src";