nano-syntax-highlighting: 2025.07.01 -> 2026.03.14

This commit is contained in:
R. Ryantm
2026-03-22 11:00:26 +00:00
parent 038db58a45
commit 49b80be5a1
@@ -10,13 +10,13 @@
}:
stdenv.mkDerivation (finalAttrs: rec {
pname = "nano-syntax-highlighting";
version = "2025.07.01";
version = "2026.03.14";
src = fetchFromGitHub {
owner = "galenguyer";
repo = pname;
tag = version;
hash = "sha256-+ydaxjF0CzARxyJU9h1Iq2Yj5JgtAd59sf9yH+PyavY=";
hash = "sha256-H0F57b8M+onhpVtvna03t919xk6+z/dJP37y9hcqfCY=";
};
dontBuild = true;