highlight-pointer: 1.2 -> 1.3 (#537080)

This commit is contained in:
Nick Cao
2026-06-30 20:36:22 +00:00
committed by GitHub
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "highlight-pointer";
version = "1.2";
version = "1.3";
src = fetchFromGitHub {
owner = "swillner";
repo = "highlight-pointer";
tag = "v${finalAttrs.version}";
hash = "sha256-Og09/RmLWtzVAMs79Z4eDuXWg4w2kZfXyX8K7CowFaU=";
hash = "sha256-yCm5YpOTPWRYAzX2TRhwUnSc3LbdxjwR5Z0glUm95Cg=";
};
buildInputs = [