Unverified Commit 2d6c7af6 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

newcomputermodern: 5.1 -> 6.0.0 (#349217)

parents edd292c1 676a133f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "newcomputermodern";
  version = "5.1";
  version = "6.0.0";

  src = fetchgit {
    url = "https://git.gnu.org.ua/newcm.git";
    rev = finalAttrs.version;
    hash = "sha256-a6paSdF754jCp4DePbx2in9316H9EjyrAKOQpyc3hEo=";
    hash = "sha256-AMzEytBn9PbyYFNJ2CMPg8ejsL3eFhY+eZHXShaLG9E=";
  };

  nativeBuildInputs = [ fontforge ];