mods: 1.4.1 -> 1.5.0

https://github.com/charmbracelet/mods/releases/tag/v1.5.0
This commit is contained in:
redyf 2024-07-30 16:39:23 -03:00
parent cb27644348
commit 3f21af0330

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "mods";
version = "1.4.1";
version = "1.5.0";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "mods";
rev = "v${version}";
hash = "sha256-s2yzrOfZievm7t9NzHojVDNpHkQdZsqdq7zJNO7/SM8=";
hash = "sha256-Niap2qsIJwlDRITkPD2Z7NCiJubkyy8/pvagj5Beq84=";
};
vendorHash = "sha256-Q+lpf35tAIZSHV8FBmYrgKbg5RTJzS33Zv8AH9bVxLY=";
vendorHash = "sha256-DaSbmu1P/umOAhG901aC+TKa3xXSvUbpYsaiYTr2RJs=";
nativeBuildInputs = [
installShellFiles