hdrop: 0.4.4 -> 0.5.0

This commit is contained in:
Schweber 2024-03-02 16:55:45 +00:00 committed by GitHub
parent 55ead8c56a
commit 10de88c2b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)}"
'';