Unverified Commit d4a41c95 authored by Bjørn Forsman's avatar Bjørn Forsman Committed by GitHub
Browse files

ascii: 3.30 -> 3.31 (#488244)

parents 8ba4d15d 754584f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "ascii";
  version = "3.30";
  version = "3.31";

  src = fetchFromGitLab {
    owner = "esr";
    repo = "ascii";
    tag = finalAttrs.version;
    hash = "sha256-TE9YR5Va9tXaf2ZyNxz7d8lZRTgnD4Lz7FyqRDl1HNY=";
    hash = "sha256-fXVREwjiSpLdwNAm6hbuPiCNFqFlpeBiwKsXGaMiY6s=";
  };

  nativeBuildInputs = [