From dff6dc026027595ce7daff2e635828466977cab0 Mon Sep 17 00:00:00 2001 From: Luz Date: Mon, 22 Dec 2025 00:19:11 +0100 Subject: [PATCH] hexdino: 0.1.3 -> 0.1.4 --- pkgs/by-name/he/hexdino/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/he/hexdino/package.nix b/pkgs/by-name/he/hexdino/package.nix index 5b87f563b56e..63e3feebf03f 100644 --- a/pkgs/by-name/he/hexdino/package.nix +++ b/pkgs/by-name/he/hexdino/package.nix @@ -6,16 +6,16 @@ rustPlatform.buildRustPackage rec { pname = "hexdino"; - version = "0.1.3"; + version = "0.1.4"; src = fetchFromGitHub { owner = "Luz"; repo = "hexdino"; rev = version; - hash = "sha256-glbyftCJiP0/5trW7DOcVCU2q4ZH3zFK96eyGuYR8eY="; + hash = "sha256-M1lUm8rJj9c+9MgU7AJvk/ZVuTC1QYPsHRQxCQTc3WI="; }; - cargoHash = "sha256-NfVtNoTDGx3MGOe+bUOCgjSs8ZTfxMSCTp09sXOfUPs="; + cargoHash = "sha256-IZhQ80iDO6l1FLAbq2l7QLpjoenkri3wBdQ6Mnz+BOI="; meta = with lib; { description = "Hex editor with vim like keybindings written in Rust";