hblock: 3.4.1 -> 3.4.2

This commit is contained in:
R. Ryantm
2023-06-08 09:32:00 +00:00
parent 36eae7248f
commit 67c8d6782f
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "hblock";
version = "3.4.1";
version = "3.4.2";
src = fetchFromGitHub {
owner = "hectorm";
repo = "hblock";
rev = "v${version}";
hash = "sha256-yOX/CsWs5HVH9s0KCzZm6PPqlDJHxz46jJB6KKC7Hsg=";
hash = "sha256-wO0xfD1bMRhoU7jorsIenlKJ87DzrtVH66OSZ4UT3MM=";
};
buildInputs = [ coreutils curl gnugrep gawk ];