forked from mirrors/nixpkgs
Merge pull request #226054 from StepBroBD/raycast
This commit is contained in:
commit
d41a700d3b
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "raycast";
|
pname = "raycast";
|
||||||
version = "1.49.2";
|
version = "1.49.3";
|
||||||
|
|
||||||
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-3evuSRSCZkhxRy/85ohzIVF1tKRlWy+G5BOmuCWF2hU=";
|
sha256 = "sha256-Irn99/49fRQg73cX8aKZ72D1o+mDPg44Q1pXAMdXrb0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontPatch = true;
|
dontPatch = true;
|
||||||
|
|
Loading…
Reference in a new issue