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

hblock: 3.4.4 -> 3.4.5
This commit is contained in:
Sandro 2024-05-30 11:00:09 +02:00 committed by GitHub
commit af13d4e641
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.4";
version = "3.4.5";
src = fetchFromGitHub {
owner = "hectorm";
repo = "hblock";
rev = "v${version}";
hash = "sha256-cYLpK5zUOzgbcBVrJT/N6Y9kMpg6KD1EthrstoF4sF8=";
hash = "sha256-HPQ3SKaQlPEEgWjDCs6tCxi6+3pz1gIqDhHMsPT1hVg=";
};
buildInputs = [ coreutils curl gnugrep gawk ];