hblock: 3.4.4 -> 3.4.5

This commit is contained in:
R. Ryantm 2024-05-30 01:44:43 +00:00
parent 3852c7ab26
commit f9843fb3bb

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 ];