Unverified Commit e942e50e authored by Schweber's avatar Schweber Committed by GitHub
Browse files

hdrop: 0.3.0 -> 0.4.4

parent 49e703cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "hdrop";
  version = "0.3.0";
  version = "0.4.4";

  src = fetchFromGitHub {
    owner = "Schweber";
    repo = "hdrop";
    rev = "v${version}";
    hash = "sha256-IVLc1USBkkIBEll1jRIAAszyGCmpw5Sy74Zyalv3W+w=";
    hash = "sha256-eLOu7xmFphTxCtyyXdM9VkNcUpefefuZMAQtOV4FVtU=";
  };

  nativeBuildInputs = [