yashiki: 0.14.0 -> 0.15.2

This commit is contained in:
Oleksii Filonenko
2026-07-16 20:43:27 +01:00
parent 9757373ee0
commit 1a74923ede
+4 -5
View File
@@ -10,7 +10,7 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "yashiki";
version = "0.14.0";
version = "0.15.2";
__structuredAttrs = true;
@@ -18,10 +18,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "typester";
repo = "yashiki";
tag = "yashiki-v${finalAttrs.version}";
hash = "sha256-ePZ8ONdvj3gaQps+5Ua0OLeFdzNdJhoB9yw6pC7qoEQ=";
hash = "sha256-nsmUuhi0yy6x6POC4qLbMib4fxS3QRjlK6QgCiVEnyQ=";
};
cargoHash = "sha256-JMrftBKyD188SZqEGI4fA/MrfEK8JLKSeEqrQxhSs3U=";
cargoHash = "sha256-3JxtsSipMbMxQO58ZLJbQVrOFFC7FoVguNpqdoL+ziQ=";
nativeBuildInputs = [
installShellFiles
@@ -42,8 +42,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
cp resources/icon/Assets.car "$app/Contents/Resources/Assets.car"
substitute Info.plist.template "$app/Contents/Info.plist" \
--replace-fail VERSION_PLACEHOLDER "${finalAttrs.version}" \
--replace-fail "<string>yashiki-launcher</string>" "<string>yashiki</string>"
--replace-fail VERSION_PLACEHOLDER "${finalAttrs.version}"
installShellCompletion --cmd yashiki --zsh completions/zsh/_yashiki
'';