Merge pull request #333378 from r-ryantm/auto-update/hareThirdParty.hare-ev

hareThirdParty.hare-ev: 0-unstable-2024-07-11 -> 0-unstable-2024-08-06
This commit is contained in:
Weijia Wang 2024-08-21 02:20:46 +02:00 committed by GitHub
commit fa9849e0d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation {
pname = "hare-ev";
version = "0-unstable-2024-07-11";
version = "0-unstable-2024-08-06";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "hare-ev";
rev = "ed023beb4b4db88e22f608aa001682ac18cad230";
hash = "sha256-bZWVrxk3CMAHRnizRAqgT5wmRQaQ/Ua3AIAR5HZxMbE=";
rev = "7de2b827e5e680e315697b97be142aebe71ec58f";
hash = "sha256-0RJqtYy3zGzy32WbR1pxsc3/B1VjUzJcVydqLxwmYSE=";
};
nativeCheckInputs = [ hareHook ];