lol

Merge pull request #264754 from SubhrajyotiSen/update-maestro

maestro: 1.33.1 -> 1.34.0

authored by

Nick Cao and committed by
GitHub
b2433138 f38d9835

+2 -2
+2 -2
pkgs/development/mobile/maestro/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "maestro"; 5 - version = "1.33.1"; 5 + version = "1.34.0"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${version}/maestro.zip"; 9 - sha256 = "142h53qwmibi9bpdwla9ard771vcri8yibnynvgj5nvfgapj2p4z"; 9 + sha256 = "1qbva38lcy1rm5k6r207hk3nqrr07h7x9sdppz4w5f37q0ll986r"; 10 10 }; 11 11 12 12 dontUnpack = true;