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

holochain-launcher: 0.9.1 -> 0.9.2
This commit is contained in:
Weijia Wang 2023-03-15 22:46:37 +02:00 committed by GitHub
commit 4ca062223d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
name = "holochain-launcher";
version = "0.9.1";
version = "0.9.2";
src = fetchurl {
url = "https://github.com/holochain/launcher/releases/download/v${version}/holochain-launcher_${version}_amd64.deb";
sha256 = "sha256-vYsJBMtdkbe87Xn8Ah0eT+azFWfm3ZUooejs7oB2KVQ=";
sha256 = "sha256-ipcv1rP4DDjBEybmntsfw2ubjCgm1cGDlYM7sN0jeVo=";
};
nativeBuildInputs = [