Merge pull request #233926 from JesusMtnezForks/master

raycast: 1.51.1 -> 1.52.0

authored by Weijia Wang and committed by GitHub 6f6f750d b1baf836

+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.51.1"; 9 + version = "1.52.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-6U0dsDlIuU4OjgF8lvXbtVQ+xFB54KZpasvd307jca4="; 20 + sha256 = "sha256-Xg3kdODBy0PSZ33C/Ye9Srbnuq6HVJbSFgddunAQD1I="; 21 21 }; 22 22 23 23 dontPatch = true;