snapmaker-luban: 4.9.1 -> 4.10.2

This commit is contained in:
Simon Kämpe 2024-02-12 07:33:23 +01:00
parent 4477ea4df7
commit cc2058e2fc

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "snapmaker-luban";
version = "4.9.1";
version = "4.10.2";
src = fetchurl {
url = "https://github.com/Snapmaker/Luban/releases/download/v${version}/snapmaker-luban-${version}-linux-x64.tar.gz";
sha256 = "sha256-qLeF1trBrp53xkiAhybPTHUKuXYHQYfZ3tsmPPJlvUM=";
sha256 = "sha256-unxI0L8pcF6iWWa57GpYv/aYsApKAKfRaes3uXE7izM=";
};
nativeBuildInputs = [