Commit 5809d44d authored by R. RyanTM's avatar R. RyanTM
Browse files

hblock: 3.5.0 -> 3.5.1

parent b1f21980
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

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

  src = fetchFromGitHub {
    owner = "hectorm";
    repo = "hblock";
    rev = "v${version}";
    hash = "sha256-XnBmKOZBHWyjNlv+L24LYns05oGTOJnNNzM0jCwZMuI=";
    hash = "sha256-cke3MppQm8p8B9+5IcvCplw6CtyRbgq46wHqli7U77I=";
  };

  buildInputs = [