hblock: 3.4.3 -> 3.4.4

This commit is contained in:
R. Ryantm 2024-01-27 22:18:41 +00:00
parent 1dd556946e
commit 0906b9c28c

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