moar: 1.27.2 -> 1.30.0

This commit is contained in:
Chris Maniewski
2024-12-02 14:51:23 +01:00
parent 9cddc5d842
commit 5189f3a28d
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "moar";
version = "1.27.2";
version = "1.30.0";
src = fetchFromGitHub {
owner = "walles";
repo = pname;
rev = "v${version}";
hash = "sha256-ZWAQrf4Y/Qse02T5Yt7byGXZheH1y7RvBsPP2xiF5Kw=";
hash = "sha256-fEJttsZt3pET1Xga8AYkLCX5aGkW23R2jGQvML3w+eo=";
};
vendorHash = "sha256-Orgh0X/HPfaKvliUvTllhk72LkQ/O3Eh9N/38Cj4Rew=";
vendorHash = "sha256-J9u7LxzXk4npRyymmMKyN2ZTmhT4WwKjy0X5ITcHtoE=";
nativeBuildInputs = [ installShellFiles ];