From f548cc50b0a0b484799254abe75ec9a32f281546 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 2 Jul 2023 14:14:01 +0000 Subject: [PATCH] malt: 1.2.1 -> 1.2.2 --- 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 fa3810cab672..e13f488bdf74 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.1"; + version = "1.2.2"; src = fetchFromGitHub { owner = "memtt"; repo = "malt"; rev = "v${version}"; - sha256 = "1yh9gmf7cggf3mx15cwmm99dha34aibkzhnpd0ckl0fkc6w17xqg"; + sha256 = "sha256-6GGIdBaw/JSc2Qexy+P1NON27EBBRltthyQpMPZwi+8="; }; postPatch = ''