tsukimi: 0.18.0 -> 0.18.1 (#371173)

authored by Donovan Glover and committed by GitHub ddff3263 b4ce201d

+4 -4
+4 -4
pkgs/by-name/ts/tsukimi/package.nix
··· 15 }: 16 rustPlatform.buildRustPackage rec { 17 pname = "tsukimi"; 18 - version = "0.18.0"; 19 20 src = fetchFromGitHub { 21 owner = "tsukinaha"; 22 repo = "tsukimi"; 23 - rev = "v${version}"; 24 - hash = "sha256-JHB1D94ymVjP3PEHZ4fTT4c6VOEkFgSdpanzs1AzJUc="; 25 fetchSubmodules = true; 26 }; 27 28 useFetchCargoVendor = true; 29 - cargoHash = "sha256-Gh9CPQ73+EpwZTixgQpV4rSwZnedVHQwZRlLQXr8EUo="; 30 31 nativeBuildInputs = [ 32 pkg-config
··· 15 }: 16 rustPlatform.buildRustPackage rec { 17 pname = "tsukimi"; 18 + version = "0.18.1"; 19 20 src = fetchFromGitHub { 21 owner = "tsukinaha"; 22 repo = "tsukimi"; 23 + tag = "v${version}"; 24 + hash = "sha256-S4+mhFgBNSl2h8dk0izNyCw9//u3CaLGd/shCSWmN3M="; 25 fetchSubmodules = true; 26 }; 27 28 useFetchCargoVendor = true; 29 + cargoHash = "sha256-zVzDpZRni/0AyGE5ahBH7hm8Ovyt+Fn6x1NOHkyI0v8="; 30 31 nativeBuildInputs = [ 32 pkg-config