hdrop: 0.3.0 -> 0.4.4

This commit is contained in:
Schweber 2024-01-19 09:49:23 +00:00 committed by GitHub
parent 49e703cde2
commit e942e50e60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "hdrop"; pname = "hdrop";
version = "0.3.0"; version = "0.4.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Schweber"; owner = "Schweber";
repo = "hdrop"; repo = "hdrop";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-IVLc1USBkkIBEll1jRIAAszyGCmpw5Sy74Zyalv3W+w="; hash = "sha256-eLOu7xmFphTxCtyyXdM9VkNcUpefefuZMAQtOV4FVtU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [