Unverified Commit ba84713a authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

Merge pull request #332513 from lukas-mertens/master

cypress: 13.2.0 -> 13.13.2
parents 0a7eaa55 81c96815
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@ let
  availableBinaries = {
    x86_64-linux = {
      platform = "linux-x64";
      checksum = "sha256-9o0nprGcJhudS1LNm+T7Vf0Dwd1RBauYKI+w1FBQ3ZM=";
      checksum = "sha256-zS/yMXNNYlxgYyUDou2HaXuetPotqiOM8kv1Y7JouCo=";
    };
    aarch64-linux = {
      platform = "linux-arm64";
      checksum = "sha256-aW3cUZqAdiOLzOC9BQM/bTkDVyw24Dx9nBSXgbiKe4c=";
      checksum = "sha256-rB0ak6jYnJMb0aHDLAyhaGoOFK4FXDLEOeofNdW/Wk8=";
    };
  };
  inherit (stdenv.hostPlatform) system;
@@ -29,7 +29,7 @@ let
  inherit (binary) platform checksum;
in stdenv.mkDerivation rec {
  pname = "cypress";
  version = "13.2.0";
  version = "13.13.2";

  src = fetchzip {
    url = "https://cdn.cypress.io/desktop/${version}/${platform}/cypress.zip";