Unverified Commit ff494a59 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

nano-syntax-highlighting: 2025.07.01 -> 2026.03.14 (#502175)

parents bd4c47d4 49b80be5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;