highlight-pointer: 1.1.3 -> 1.2

This commit is contained in:
R. Ryantm 2025-06-14 13:57:25 +00:00
parent 329fd2121f
commit bd07002882

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "highlight-pointer";
version = "1.1.3";
version = "1.2";
src = fetchFromGitHub {
owner = "swillner";
repo = "highlight-pointer";
tag = "v${finalAttrs.version}";
hash = "sha256-mz9gXAtrtSV0Lapx8xBOPljuF+HRgDaF2DKCDrHXQa8=";
hash = "sha256-Og09/RmLWtzVAMs79Z4eDuXWg4w2kZfXyX8K7CowFaU=";
};
buildInputs = [