From e9996977148c5c516c15cc669252722e9aa2c0f7 Mon Sep 17 00:00:00 2001 From: Tom Wieczorek Date: Sat, 27 Jan 2024 23:36:56 +0100 Subject: yx: 1.0.0 -> 1.0.2 --- pkgs/tools/text/yx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/text/yx') diff --git a/pkgs/tools/text/yx/default.nix b/pkgs/tools/text/yx/default.nix index ec308bcfbad2..732be1760c9e 100644 --- a/pkgs/tools/text/yx/default.nix +++ b/pkgs/tools/text/yx/default.nix @@ -7,13 +7,13 @@ }: stdenv.mkDerivation rec { pname = "yx"; - version = "1.0.0"; + version = "1.0.2"; src = fetchFromGitLab { owner = "tomalok"; repo = "yx"; rev = version; - sha256 = "sha256-oY61V9xP0DwRooabzi0XtaFsQa2GwYbuvxfERXQtYcA="; + hash = "sha256-uuso+hsmdsB7VpIRKob8rfMaWvRMCBHvCFnYrHPC6iw="; }; makeFlags = [ -- cgit 1.4.1