gowall: 0.1.8 -> 0.1.9

This commit is contained in:
R. Ryantm 2024-11-16 06:36:30 +00:00
parent 8a95f3f42b
commit 2c01d14460

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "gowall";
version = "0.1.8";
version = "0.1.9";
src = fetchFromGitHub {
owner = "Achno";
repo = "gowall";
rev = "v${version}";
hash = "sha256-r2IvwpvtWMlIKG0TNM4cLUPKFRgUV8E06VzkPSVCorI=";
hash = "sha256-BBalJADhQ7D7p5PeafddkqQmHGhLsq1DlF1FUoazJGg=";
};
vendorHash = "sha256-H2Io1K2LEFmEPJYVcEaVAK2ieBrkV6u+uX82XOvNXj4=";