From 723523d07d6b07c3452bbd38aacf8e20e32bb12f Mon Sep 17 00:00:00 2001 From: toonn Date: Sat, 29 Oct 2022 14:54:28 +0200 Subject: [PATCH] b2sum: unstable-2018-06-11 -> 20190724 Bump to the most recent tagged release. --- pkgs/tools/security/b2sum/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/security/b2sum/default.nix b/pkgs/tools/security/b2sum/default.nix index e5de613bee7f..a19b5affe793 100644 --- a/pkgs/tools/security/b2sum/default.nix +++ b/pkgs/tools/security/b2sum/default.nix @@ -2,15 +2,15 @@ with lib; -stdenv.mkDerivation { +stdenv.mkDerivation rec { pname = "b2sum"; - version = "unstable-2018-06-11"; + version = "20190724"; src = fetchFromGitHub { owner = "BLAKE2"; repo = "BLAKE2"; - rev = "320c325437539ae91091ce62efec1913cd8093c2"; - sha256 = "E60M9oP/Sdfg/L3ZxUcDtUXhFz9oP72IybdtVUJh9Sk="; + rev = "${version}"; + sha256 = "sha256-6BVl3Rh+CRPQq3QxcUlk5ArvjIj/IcPCA2/Ok0Zu7UI="; }; sourceRoot = "source/b2sum";