Unverified Commit 3eb5ce72 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #181104 from kilianar/terminal-colors

terminal-colors: 3.0.1 -> 3.0.2
parents 68c9333e e67a0094
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
  pname = "terminal-colors";
  version = "3.0.1";
  version = "3.0.2";
  outputs = [ "out" "man" ];

  src = fetchFromGitHub {
    owner = "eikenb";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-hekt77/FhSTMEARVuck49/Q1dIuqkwbOYmgGD1IItyc=";
    hash = "sha256-KRoP/Reo5nDKJYG9zVTVpoYL7soAGMNk46vDoaLfnv4=";
  };

  buildInputs = [ python3 ];