hdrop: 0.2.4 -> 0.3.0

This commit is contained in:
Schweber 2023-12-29 09:47:11 +00:00 committed by GitHub
parent a0bb55fa5e
commit 013b3f32ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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