3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #181104 from kilianar/terminal-colors

terminal-colors: 3.0.1 -> 3.0.2
This commit is contained in:
Mario Rodas 2022-07-16 11:28:37 -05:00 committed by GitHub
commit 3eb5ce7246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];