mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
raycast: 1.81.0 -> 1.81.2
This commit is contained in:
parent
67cb8a2f24
commit
1e361a53fe
|
@ -11,12 +11,12 @@
|
|||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "raycast";
|
||||
version = "1.81.0";
|
||||
version = "1.81.2";
|
||||
|
||||
src = fetchurl {
|
||||
name = "Raycast.dmg";
|
||||
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
|
||||
hash = "sha256-tyBlis+KfayGINWoxtISkG2A40lpYhAQbsEmLL0LmzI=";
|
||||
hash = "sha256-Yz4H71doc5QC+AX5iSmOwewuKjU9dnK5ijVzYoOedYc=";
|
||||
};
|
||||
|
||||
dontPatch = true;
|
||||
|
|
Loading…
Reference in a new issue