From c536ba5e6bd95906c7ef820f4242709da66954f3 Mon Sep 17 00:00:00 2001 From: rustonbsd Date: Thu, 2 Apr 2026 22:20:45 +0200 Subject: [PATCH] fix: squash merge swallowed nix tag commit --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index 2e27c97..da3512c 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -18,7 +18,7 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "rustonbsd"; repo = "iroh-ssh"; tag = finalAttrs.version; - hash = "sha256-LXLXKrJ2nJzlW8eNhXS9tr9oGp8RlwJPIojqDIdVZf0="; + hash = "sha256-A/QdpPHI9TCqQ2oghxPUJl4KKX8gqkA3kBvN8f1Kegg="; }; cargoHash = "sha256-/cq/rOzrQ4t0qvdaqM3JhRn8IMncx7jWYDjdYmLCYvc=";