1
0
Fork 1
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:
Kamillaova 2024-08-20 17:43:54 +03:00
parent 67cb8a2f24
commit 1e361a53fe
No known key found for this signature in database
GPG key ID: 2D525F67791E5834

View file

@ -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;