Skip to content

Commit

Permalink
Merge pull request NixOS#249025 from aaronjheng/coloursum
Browse files Browse the repository at this point in the history
coloursum: 0.2.0 -> 0.3.0
  • Loading branch information
fgaz authored Aug 14, 2023
2 parents 07e3955 + a82adc8 commit eff3a00
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.2.0";
version = "0.3.0";

src = fetchFromGitHub {
owner = "ticky";
repo = "coloursum";
rev = "v${version}";
sha256 = "1piz0l7qdcvjzfykm6rzqc8s1daxp3cj3923v9cmm41bc2v0p5q0";
hash = "sha256-zA2JhSnlFccSY01WMGsgF4AmrF/3BRUCcSMfoEbEPgA=";
};

cargoSha256 = "08l01ivmln9gwabwa1p0gk454qyxlcpnlxx840vys476f4pw7vvf";
cargoHash = "sha256-dhcTpff4h37MHNbLoYUZiolSclSGcFrMJ3kKLCZAVAw=";

buildInputs = lib.optional stdenv.isDarwin Security;

Expand Down

0 comments on commit eff3a00

Please sign in to comment.