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

hdrop: 0.4.4 -> 0.5.0

parent 55ead8c5
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -9,17 +9,18 @@
, libnotify
, withHyprland ? true
, hyprland
, gawk
}:

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

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

  nativeBuildInputs = [
@@ -36,6 +37,7 @@ stdenvNoCC.mkDerivation rec {
        util-linux
        jq
        libnotify
        gawk
      ]
      ++ lib.optional withHyprland hyprland)}"
  '';