From 0ce5e5152e2e05783b37291f456fb7e43f013835 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Sun, 1 Mar 2026 15:13:57 +0400 Subject: [PATCH] =?UTF-8?q?hareThirdParty.hare-ssh:=200-unstable-2023-11-1?= =?UTF-8?q?6=20=E2=86=92=200.26.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/hare-third-party/hare-ssh/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/hare-third-party/hare-ssh/default.nix b/pkgs/development/hare-third-party/hare-ssh/default.nix index e98e3172b739..fcdba0b2e523 100644 --- a/pkgs/development/hare-third-party/hare-ssh/default.nix +++ b/pkgs/development/hare-third-party/hare-ssh/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "hare-ssh"; - version = "0-unstable-2023-11-16"; + version = "0.26.0"; src = fetchFromSourcehut { owner = "~sircmpwn"; repo = "hare-ssh"; - rev = "c6a39e37ba4a42721594e0a907fe016f8e2198a8"; - hash = "sha256-I43TLPoImBsvkgV3hDy9dw0pXVt4ezINnxFtEV9P2/M="; + tag = finalAttrs.version; + hash = "sha256-msPY8m7/GDKsGDrhZ1IK65U+6fcI26FW9CONC4w87Pg="; }; nativeBuildInputs = [ hareHook ];