hblock: 3.4.2 -> 3.4.3

This commit is contained in:
R. Ryantm 2024-01-22 05:04:52 +00:00
parent 0fbb6483cf
commit 2be4b976cb

View file

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