Skip to content

Commit e40a855

Browse files
committed
handy: 0.8.2 -> 0.8.3
cjpais/Handy#1316 (-parse-as-library swiftc fix + SDKROOT/SWIFTC env-var fallbacks) shipped in v0.8.3, so revert `src` from the in-flight rev pin back to `tag = "v${finalAttrs.version}"`. bun.lock unchanged between v0.8.2 and v0.8.3, so frontendDepsHashes remain valid; cargoHash bumped due to the version field in src-tauri/Cargo.toml.
1 parent e2b5cd3 commit e40a855

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

pkgs/by-name/ha/handy/package.nix

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,25 +101,19 @@ rustPlatform.buildRustPackage (
101101
in
102102
{
103103
pname = "handy";
104-
version = "0.8.2";
104+
version = "0.8.3";
105105

106106
__structuredAttrs = true;
107107

108-
# TEMPORARY: pin to the HEAD of cjpais/Handy#1316 (-parse-as-library
109-
# swiftc fix + SDKROOT/SWIFTC env-var fallbacks for non-Xcode
110-
# toolchains). Without -parse-as-library the app exits with 0
111-
# immediately on nixpkgs Darwin stdenv.
112-
# Revert to tag = "v${finalAttrs.version}" after #1316 merges and ships in
113-
# a Handy release.
114108
src = fetchFromGitHub {
115109
owner = "cjpais";
116110
repo = "Handy";
117-
rev = "a118ad1facfd650a40a48ef2dc204373532b1809";
118-
hash = "sha256-nfCkzZQLLT05K2Cf9Woanuwg957x3+4TglHHVQivVp4=";
111+
tag = "v${finalAttrs.version}";
112+
hash = "sha256-sCCtp6UAxmCAcYeOM9+RW2czATh4Geqf1H8wXNMniYc=";
119113
};
120114

121115
cargoRoot = "src-tauri";
122-
cargoHash = "sha256-qwcKuPfSLVmjIkduKkIRCmVk6BPbxF5htfY6f+6yV0w=";
116+
cargoHash = "sha256-mvOThNqfE24iMkVBM2zYexJkQxpMMgE4PPNXKy39hSg=";
123117

124118
postPatch = ''
125119
# Strip updater artifacts; disable macOS code-signing in sandbox

0 commit comments

Comments
 (0)