tsukimi: 0.16.9 -> 0.17.3 (#357894)

This commit is contained in:
Aleksana 2024-11-22 22:48:52 +08:00 committed by GitHub
commit e09d531013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,23 +10,23 @@
openssl,
libepoxy,
wrapGAppsHook4,
makeDesktopItem,
stdenv,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
pname = "tsukimi";
version = "0.16.9";
version = "0.17.3";
src = fetchFromGitHub {
owner = "tsukinaha";
repo = "tsukimi";
rev = "v${version}";
hash = "sha256-SeABeXg2dpGYxGiDDwn811egRe8BYVdxK8hz7qfBagQ=";
hash = "sha256-2AmDP4R06toNrtjV0HSO+Fj8mrXbLgC7bMQPvl10un0=";
fetchSubmodules = true;
};
cargoHash = "sha256-o6FjBauHjdhxNXpqlJc/yNNTkRJyX3R4smAMrdFUjLA=";
useFetchCargoVendor = true;
cargoHash = "sha256-3xu4h9ZHlqnaB6Pgn2ixyBF3VS6OF8ZkLaNU4unir7A=";
nativeBuildInputs = [
pkg-config