Merge pull request #228765 from StepBroBD/raycast

authored by Bernardo Meurer and committed by GitHub 73832d7f cd975dc7

+2 -2
+2 -2
pkgs/os-specific/darwin/raycast/default.nix
··· 6 6 7 7 stdenvNoCC.mkDerivation rec { 8 8 pname = "raycast"; 9 - version = "1.49.3"; 9 + version = "1.50.0"; 10 10 11 11 src = fetchurl { 12 12 # https://github.com/NixOS/nixpkgs/pull/223495 ··· 17 17 # to host GitHub Actions to periodically check for updates 18 18 # and re-release the `.dmg` file to Internet Archive (https://archive.org/details/raycast) 19 19 url = "https://archive.org/download/raycast/raycast-${version}.dmg"; 20 - sha256 = "sha256-Irn99/49fRQg73cX8aKZ72D1o+mDPg44Q1pXAMdXrb0="; 20 + sha256 = "sha256-+LvQDQZjbj/p8VT/af9XwKSKkKd65YzcwrKF9hoXCog="; 21 21 }; 22 22 23 23 dontPatch = true;