glow: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm 2025-05-30 13:55:20 +00:00
parent 1c7b92be21
commit 8c4e8c03a7

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "glow";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "glow";
rev = "v${version}";
hash = "sha256-pYXzm6HEqxJRPDdiUb+yij3iA2FhFYZOdRvQ69grcuU=";
hash = "sha256-lDGCRtwCpW/bZlfcb100g7tMXN2dlCPnCY7qVFyayUo=";
};
vendorHash = "sha256-lnD3SdPqZO+xfsR5YhvIAr9Gy1sA1LXi4SP/d/Rv/6g=";
vendorHash = "sha256-JqQnLwkxRt+CiP90F+1i4MAiOw3akMQ5BeQXCplZdxA=";
nativeBuildInputs = [ installShellFiles ];