walker: 0.12.16 -> 0.12.19

Update walker to version 0.12.19
This commit is contained in:
Stefan Mayrhofer
2025-04-01 11:01:15 +02:00
parent 5f04ab8509
commit 7eeb573de7
+2 -2
View File
@@ -13,13 +13,13 @@
buildGoModule rec {
pname = "walker";
version = "0.12.16";
version = "0.12.19";
src = fetchFromGitHub {
owner = "abenz1267";
repo = "walker";
rev = "v${version}";
hash = "sha256-llOQyKh9IBaHXIZzHeve+YhDJmg2oOHYrg4UJRGIqLs=";
hash = "sha256-XOOYalJ+6V/O/fhC5gEDk2m1yZ2e5DofRRIi8ETHgoQ=";
};
vendorHash = "sha256-6PPNVnsH1eU4fLcZpxiBoHCzN/TUUxfTfmxDsBDPDKQ=";