tsukimi: 0.16.9 -> 0.17.3

This commit is contained in:
merrkry 2024-11-21 13:54:28 +01:00
parent 883004f104
commit f742f88460

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