Merge pull request #290535 from r-ryantm/auto-update/holochain-launcher

holochain-launcher: 0.11.0 -> 0.11.5
This commit is contained in:
Weijia Wang 2024-03-06 23:00:57 +01:00 committed by GitHub
commit a896438864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,12 +14,12 @@
stdenv.mkDerivation rec {
name = "holochain-launcher";
version = "0.11.0";
version = "0.11.5";
prerelease = "beta-2";
src = fetchurl {
url = "https://github.com/holochain/launcher/releases/download/v${version}/holochain-launcher-${prerelease}_${version}_amd64.deb";
sha256 = "sha256-yxovSsPyIzFONa1ACeLkZqDCElDI3uTm81YOYW0/FXE=";
sha256 = "sha256-MRFQJRfvJ+dLmPDfPQX9wErIwEr07EAUqxic8kbKVdo=";
};
nativeBuildInputs = [