nano-syntax-highlighting: 2026.03.14 -> 2026.05.01

This commit is contained in:
R. Ryantm
2026-05-03 17:40:53 +00:00
parent 89cf1fe762
commit cbd89396f4

View File

@@ -10,13 +10,13 @@
}:
stdenv.mkDerivation (finalAttrs: rec {
pname = "nano-syntax-highlighting";
version = "2026.03.14";
version = "2026.05.01";
src = fetchFromGitHub {
owner = "galenguyer";
repo = "nano-syntax-highlighting";
tag = version;
hash = "sha256-H0F57b8M+onhpVtvna03t919xk6+z/dJP37y9hcqfCY=";
hash = "sha256-ipnePkQEDfJ7T3GJ84D6bmo9KZ2AUkJ8aUqH0rPCsps=";
};
dontBuild = true;