nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

cypress: 14.5.2 -> 14.5.3 (#429865)

authored by

Aleksana and committed by
GitHub
3616d13b 2651f4a2

+5 -5
+5 -5
pkgs/by-name/cy/cypress/package.nix
··· 19 19 availableBinaries = { 20 20 x86_64-linux = { 21 21 platform = "linux-x64"; 22 - hash = "sha256-LcpIiPQWH4ny31abrjL7fYZ4coWphRVCGJlJibt5iqQ="; 22 + hash = "sha256-3zuKJ99/AJ2bG2MWs6J4YPznNeW+Cf5vkdM+wpfFZb0="; 23 23 }; 24 24 aarch64-linux = { 25 25 platform = "linux-arm64"; 26 - hash = "sha256-4eGIklTtF08WLdYanjQPvWX+vEUalhMV1WwiJpVayfc="; 26 + hash = "sha256-73MtXLJLPUdrYKpdna4869f9JjDYhjlCkjKrv9qw5yk="; 27 27 }; 28 28 aarch64-darwin = { 29 29 platform = "darwin-arm64"; 30 - hash = "sha256-C8TknPDv0NwHzDJzIHHBfpMB0mSsXTnXkUxO3l5v5zY="; 30 + hash = "sha256-c8acBIdTVInl6C+BCegu91jTfc5Ug1hG7yXAvDnyuuQ="; 31 31 }; 32 32 x86_64-darwin = { 33 33 platform = "darwin-x64"; 34 - hash = "sha256-fvZT7bBV331iVuzvwosIvh8C/XMHLvCvQpQyeM3bt2E="; 34 + hash = "sha256-7pGw2AP2T4PtYhQdWzdP0oKzDCPiJqnkR70cj8382Y4="; 35 35 }; 36 36 }; 37 37 inherit (stdenv.hostPlatform) system; ··· 41 41 in 42 42 stdenv.mkDerivation rec { 43 43 pname = "cypress"; 44 - version = "14.5.2"; 44 + version = "14.5.3"; 45 45 46 46 src = fetchzip { 47 47 url = "https://cdn.cypress.io/desktop/${version}/${platform}/cypress.zip";