Merge pull request #284349 from r-ryantm/auto-update/hblock

hblock: 3.4.3 -> 3.4.4
This commit is contained in:
Mario Rodas 2024-01-28 08:02:40 -05:00 committed by GitHub
commit 85b5e814fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "hblock";
version = "3.4.3";
version = "3.4.4";
src = fetchFromGitHub {
owner = "hectorm";
repo = "hblock";
rev = "v${version}";
hash = "sha256-x9gkPCuGAPMCh9i4gM+9bIY8zVFiWlJ3eTNlhG6zR8Y=";
hash = "sha256-cYLpK5zUOzgbcBVrJT/N6Y9kMpg6KD1EthrstoF4sF8=";
};
buildInputs = [ coreutils curl gnugrep gawk ];