Unverified Commit ecc57c39 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

maestro: 2.0.9 -> 2.1.0 (#480380)

parents 80fcb515 7a5e2cac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "maestro";
  version = "2.0.9";
  version = "2.1.0";

  src = fetchurl {
    url = "https://github.com/mobile-dev-inc/maestro/releases/download/cli-${finalAttrs.version}/maestro.zip";
    hash = "sha256-b1p50qqNvwqku3pv3dylkRgsZnZwExwx95RQ6zV5pQM=";
    hash = "sha256-lzw01d/rXnRs6/Eo34qAA/9HG2FGsjy7rEHJqjbfEGY=";
  };

  dontUnpack = true;