cypress: 14.5.3 -> 14.5.4

+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-3zuKJ99/AJ2bG2MWs6J4YPznNeW+Cf5vkdM+wpfFZb0="; 22 + hash = "sha256-oCTpVD7W1NHWD0nJBrgtmWZZozbcJeAfr7mn/JjqdcM="; 23 23 }; 24 24 aarch64-linux = { 25 25 platform = "linux-arm64"; 26 - hash = "sha256-73MtXLJLPUdrYKpdna4869f9JjDYhjlCkjKrv9qw5yk="; 26 + hash = "sha256-MIUVhWkfKN5056jhHN31h4dBcTHJI0iX+I2RbkNI80I="; 27 27 }; 28 28 aarch64-darwin = { 29 29 platform = "darwin-arm64"; 30 - hash = "sha256-c8acBIdTVInl6C+BCegu91jTfc5Ug1hG7yXAvDnyuuQ="; 30 + hash = "sha256-8qvMsC+tRKK12jC2r1A54kS/PZ6q+sErvLvTkse6Kn4="; 31 31 }; 32 32 x86_64-darwin = { 33 33 platform = "darwin-x64"; 34 - hash = "sha256-7pGw2AP2T4PtYhQdWzdP0oKzDCPiJqnkR70cj8382Y4="; 34 + hash = "sha256-cCLJloLcuCDgTEiMMJKY6rYiPPhZfFfqXFP5NAMhw4Q="; 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.3"; 44 + version = "14.5.4"; 45 45 46 46 src = fetchzip { 47 47 url = "https://cdn.cypress.io/desktop/${version}/${platform}/cypress.zip";