Skip to content

Commit

Permalink
coloursum: 0.1.0 -> 0.2.0 (#72900)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz authored and dywedir committed Nov 6, 2019
1 parent 46f1dae commit d1473e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/text/coloursum/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "coloursum";
version = "0.1.0";
version = "0.2.0";

src = fetchFromGitHub {
owner = "ticky";
repo = "coloursum";
rev = "v${version}";
sha256 = "18ikwi0ihn0vadazrkh85jfz8a2f0dkfb3zns5jzh7p7mb0ylrr2";
sha256 = "1piz0l7qdcvjzfykm6rzqc8s1daxp3cj3923v9cmm41bc2v0p5q0";
};

cargoSha256 = "0f73vqa82w4ccr0cc95mxga3r8jgd92jnksshxzaffbpx4s334p3";
cargoSha256 = "091flc5ymx0y43ld6bdmig5cy479b90bkmwv3yaysi5kpr28skvh";

meta = with stdenv.lib; {
description = "Colourise your checksum output";
Expand Down

0 comments on commit d1473e0

Please sign in to comment.