Unverified Commit cc8299da authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

hblock: 3.4.5 -> 3.5.0 (#350599)

parents 85b305ed 3acc2fc4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "hblock";
  version = "3.4.5";
  version = "3.5.0";

  src = fetchFromGitHub {
    owner = "hectorm";
    repo = "hblock";
    rev = "v${version}";
    hash = "sha256-HPQ3SKaQlPEEgWjDCs6tCxi6+3pz1gIqDhHMsPT1hVg=";
    hash = "sha256-XnBmKOZBHWyjNlv+L24LYns05oGTOJnNNzM0jCwZMuI=";
  };

  buildInputs = [ coreutils curl gnugrep gawk ];