lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

aoc-cli: 0.11.0 -> 0.12.0

authored by

R. Ryantm and committed by
Bobby Rong
4b9dbcd0 e1202ddc

+3 -3
+3 -3
pkgs/tools/misc/aoc-cli/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "aoc-cli"; 12 - version = "0.11.0"; 12 + version = "0.12.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "scarvalhojr"; 16 16 repo = pname; 17 17 rev = version; 18 - hash = "sha256-oUvEZEnhYeAAZyLn2/isDZKT0+mhS5fnCvYGsR94uk0="; 18 + hash = "sha256-UdeCKhEWr1BjQ6OMLP19OLWPlvvP7FGAO+mi+bQUPQA="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ pkg-config ]; ··· 23 23 buildInputs = [ openssl ] 24 24 ++ lib.optional stdenv.isDarwin Security; 25 25 26 - cargoHash = "sha256-/76yzWPKGp4MEmFuvFJOMCxGKEdpohfzBAhRwvdEx8w="; 26 + cargoHash = "sha256-EluP4N3UBQeEKVdHTs4O0THXji+nAyE52nGKsxA3AA4="; 27 27 28 28 meta = with lib; { 29 29 description = "Advent of code command line tool";