tsukimi: 0.20.0 -> 0.21.0 (#409088)

Co-authored-by: merrkry <merrkry@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] merrkry and committed by GitHub 561ec8b5 90d767a7

+3 -3
+3 -3
pkgs/by-name/ts/tsukimi/package.nix
··· 22 }: 23 stdenv.mkDerivation rec { 24 pname = "tsukimi"; 25 - version = "0.20.0"; 26 27 src = fetchFromGitHub { 28 owner = "tsukinaha"; 29 repo = "tsukimi"; 30 tag = "v${version}"; 31 - hash = "sha256-OxRxl/+JP3eqxc5b0pb6QbAAHrZgHrq1cawas2UrUro="; 32 }; 33 34 cargoDeps = rustPlatform.fetchCargoVendor { 35 inherit src; 36 - hash = "sha256-kt3otu5N3KAzJT992v80Mbgr0sOoPnonc1+pu5ANIxE="; 37 }; 38 39 nativeBuildInputs = [
··· 22 }: 23 stdenv.mkDerivation rec { 24 pname = "tsukimi"; 25 + version = "0.21.0"; 26 27 src = fetchFromGitHub { 28 owner = "tsukinaha"; 29 repo = "tsukimi"; 30 tag = "v${version}"; 31 + hash = "sha256-FmxNOMYHoQK//v4ZGvJ6vIHKYgMfQm7LTwQV9iEFo0A="; 32 }; 33 34 cargoDeps = rustPlatform.fetchCargoVendor { 35 inherit src; 36 + hash = "sha256-iH7vCZhCN2/gu2EC+YG/LUL9N/HMMnj7qHqXUdrlAh8="; 37 }; 38 39 nativeBuildInputs = [