Merge pull request #231348 from StepBroBD/raycast

This commit is contained in:
Bernardo Meurer 2023-05-11 16:02:14 -05:00 committed by GitHub
commit a028bd00e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "raycast"; pname = "raycast";
version = "1.50.0"; version = "1.51.1";
src = fetchurl { src = fetchurl {
# https://github.com/NixOS/nixpkgs/pull/223495 # https://github.com/NixOS/nixpkgs/pull/223495
@ -17,7 +17,7 @@ stdenvNoCC.mkDerivation rec {
# to host GitHub Actions to periodically check for updates # to host GitHub Actions to periodically check for updates
# and re-release the `.dmg` file to Internet Archive (https://archive.org/details/raycast) # and re-release the `.dmg` file to Internet Archive (https://archive.org/details/raycast)
url = "https://archive.org/download/raycast/raycast-${version}.dmg"; url = "https://archive.org/download/raycast/raycast-${version}.dmg";
sha256 = "sha256-+LvQDQZjbj/p8VT/af9XwKSKkKd65YzcwrKF9hoXCog="; sha256 = "sha256-6U0dsDlIuU4OjgF8lvXbtVQ+xFB54KZpasvd307jca4=";
}; };
dontPatch = true; dontPatch = true;