mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 20:03:24 +00:00
raycast: 1.54.1 -> 1.55.1
This commit is contained in:
parent
2b356dae62
commit
0e4e158866
@ -6,12 +6,12 @@
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "raycast";
|
||||
version = "1.54.1";
|
||||
version = "1.55.1";
|
||||
|
||||
src = fetchurl {
|
||||
name = "Raycast.dmg";
|
||||
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
|
||||
hash = "sha256-lnP0wSTC7oCji24RSk1fY+QSwoYioMPtvOb4Ey1MzVY=";
|
||||
hash = "sha256-LklPE08OnrDQbHSYLplzVs8IkkuVrjq2fsBDCRD4dv0=";
|
||||
};
|
||||
|
||||
dontPatch = true;
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -I nixpkgs=../../../../. -i bash -p common-updater-scripts internetarchive
|
||||
#!nix-shell -I nixpkgs=../../../../. -i bash -p common-updater-scripts jq
|
||||
|
||||
set -eo pipefail
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user