holochain-launcher: 0.11.0 -> 0.11.5

This commit is contained in:
R. Ryantm 2024-02-22 01:47:43 +00:00
parent 827a4c5ead
commit 2a9407f30d

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 = [