diff options
author | Gabriel Arazas <foodogsquared@foodogsquared.one> | 2023-09-13 20:10:25 +0800 |
---|---|---|
committer | Gabriel Arazas <foodogsquared@foodogsquared.one> | 2023-09-13 20:10:25 +0800 |
commit | 6f4cbe7841cd67dce576f205b03ee05aa7cff15b (patch) | |
tree | 2ba3eec57f345158557a888be2bd322b494d96a1 | |
parent | dc8866c22f79deb2848b9d48b25530f2b9757c92 (diff) |
moar: 1.16.0 -> 1.16.1
-rw-r--r-- | pkgs/tools/misc/moar/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/moar/default.nix b/pkgs/tools/misc/moar/default.nix index 7c163859dfdb8..d301d5a0bcd93 100644 --- a/pkgs/tools/misc/moar/default.nix +++ b/pkgs/tools/misc/moar/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "moar"; - version = "1.16.0"; + version = "1.16.1"; src = fetchFromGitHub { owner = "walles"; repo = pname; rev = "v${version}"; - hash = "sha256-m3IG5xZITh+iAE233NFMI+25VRt6GvK694oVd1wU5jA="; + hash = "sha256-r1M47KYFJYhLX1HK0uPVkupghyoqdbhStgaquvC4MQI="; }; vendorHash = "sha256-aFCv6VxHD1bOLhCHXhy4ubik8Z9uvU6AeqcMqIZI2Oo="; |