diff --git a/pkgs/by-name/ya/yashiki/package.nix b/pkgs/by-name/ya/yashiki/package.nix index fdcf7936644c..9dea110516b6 100644 --- a/pkgs/by-name/ya/yashiki/package.nix +++ b/pkgs/by-name/ya/yashiki/package.nix @@ -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 "yashiki-launcher" "yashiki" + --replace-fail VERSION_PLACEHOLDER "${finalAttrs.version}" installShellCompletion --cmd yashiki --zsh completions/zsh/_yashiki '';