Skip to content

Commit

Permalink
maestro: 1.39.2 -> 1.39.7 (NixOS#366938)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Dec 24, 2024
2 parents bc423ff + 3e00165 commit bd352cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ma/maestro/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "maestro";
version = "1.39.2";
version = "1.39.7";

src = fetchurl {
url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${finalAttrs.version}/maestro.zip";
hash = "sha256-yX9ZtfWLg2OnsDqYH9jSW6elB+snmUUY5hWjO2Bw1sA=";
hash = "sha256-+Ptn14WkJLQ+Pb7rYXW51ycc5hdAGY3yXr2faDgFljA=";
};

dontUnpack = true;
Expand Down

0 comments on commit bd352cd

Please sign in to comment.