maestro: 1.37.9 -> 1.38.1

This commit is contained in:
pinage404 2024-09-14 19:35:55 +02:00
parent d0f192a583
commit 011eee0c55

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "maestro";
version = "1.37.9";
version = "1.38.1";
src = fetchurl {
url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${finalAttrs.version}/maestro.zip";
hash = "sha256-bWZuD2+v6molwW1ef2a3djBnVfYscBjILLGXeeSUmoU=";
hash = "sha256-AogEVg8R73x5Q/LxZamGbFacCqB8JZeERqyf+UPXBx0=";
};
dontUnpack = true;