gowall: 0.1.5 -> 0.1.6

This commit is contained in:
R. Ryantm 2024-08-09 17:17:54 +00:00
parent 07d1d6a204
commit f54f488fd9

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "gowall";
version = "0.1.5";
version = "0.1.6";
src = fetchFromGitHub {
owner = "Achno";
repo = "gowall";
rev = "v${version}";
hash = "sha256-4h7vRu1aqCGccKx2UiLSFNloqf22QUml4BHkKzzdwYA=";
hash = "sha256-BNksshg1yK3mQuBaC4S3HzwfJ8vW0XxfDkG7YJAF00E=";
};
vendorHash = "sha256-jNx4ehew+IBx7M6ey/rT0vb53+9OBVYSEDJv8JWfZIw=";