Unverified Commit b345f557 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

hdrop: 0.7.3 -> 0.7.4 (#377699)

parents c681de61 740afb08
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.3";
  version = "0.7.4";

  src = fetchFromGitHub {
    owner = "Schweber";
    repo = "hdrop";
    rev = "v${version}";
    hash = "sha256-OX9kjGGdIvsaaGwNq7IbyD5B7AmlH1wHiR6P4uIOdi8=";
    hash = "sha256-9uhofu4YHlHTLtOikShKlNWSjNslVNtJcSIUKvtWFZc=";
  };

  nativeBuildInputs = [