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

holochain-launcher: 0.9.3 -> 0.9.4
This commit is contained in:
Weijia Wang 2023-04-20 22:40:56 +03:00 committed by GitHub
commit 3850d0e994
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.3";
version = "0.9.4";
src = fetchurl {
url = "https://github.com/holochain/launcher/releases/download/v${version}/holochain-launcher_${version}_amd64.deb";
sha256 = "sha256-hvnOB6cTL+VffwtBulrEzujxVZEQMSDoJx2HjivJ9z8=";
sha256 = "sha256-qTzm4pwhYbEN96a/Dz/JcJcZ2OobyQJRNC2yH4CbhzQ=";
};
nativeBuildInputs = [