Unverified Commit b5d0eb12 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

hdrop: 0.7.5 -> 0.7.6 (#384695)

parents 95b20024 580446b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "hdrop";
  version = "0.7.5";
  version = "0.7.6";

  src = fetchFromGitHub {
    owner = "Schweber";
    repo = "hdrop";
    rev = "v${version}";
    hash = "sha256-TKSiwpoc1RSct8JzLHeM5SZaIT8fQUmAmY45OKbvQ9E=";
    hash = "sha256-kJ+xjxd8MAuwzARCgN6qLeetwLxRzhmip1Z4U4IfqmY=";
  };

  nativeBuildInputs = [