From 6018246c55b6ccc4254b5f19d5c10d901b0a2928 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 3 Oct 2024 03:04:37 +0000 Subject: [PATCH] malt: 1.2.2 -> 1.2.3 --- pkgs/development/tools/profiling/malt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/profiling/malt/default.nix b/pkgs/development/tools/profiling/malt/default.nix index 82b041cc86a0..46070dd7c7cc 100644 --- a/pkgs/development/tools/profiling/malt/default.nix +++ b/pkgs/development/tools/profiling/malt/default.nix @@ -5,13 +5,13 @@ stdenv.mkDerivation rec { pname = "malt"; - version = "1.2.2"; + version = "1.2.3"; src = fetchFromGitHub { owner = "memtt"; repo = "malt"; rev = "v${version}"; - sha256 = "sha256-6GGIdBaw/JSc2Qexy+P1NON27EBBRltthyQpMPZwi+8="; + sha256 = "sha256-eeiThHorLxL2qHIXd9vzc2jRYd7BN3/OHCqM9BmXi0U="; }; postPatch = ''