moar: 1.32.3 -> 1.32.5

This commit is contained in:
R. Ryantm
2025-07-23 23:33:16 +00:00
parent 2e19e30b26
commit deb53caa6f
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "moar";
version = "1.32.3";
version = "1.32.5";
src = fetchFromGitHub {
owner = "walles";
repo = "moar";
rev = "v${version}";
hash = "sha256-gN5fP+eG3pDyQxOjqFcB9RuTjO+uDMsYLKdtwBVIQdI=";
hash = "sha256-EuVEpCHfyvd6D/eb1NGFS1ENLyX8u/m2FHrgZcbI3So=";
};
vendorHash = "sha256-eKL6R2Xmj6JOwXGuJJdSGwobEzDzZ0FUD8deO2d1unc=";