raycast: 1.57.1 -> 1.59.0

This commit is contained in:
Daniel Bonofiglio
2023-09-27 14:52:55 -04:00
committed by Bernardo Meurer
parent fa810ed10a
commit e937f7ded6
+2 -2
View File
@@ -6,12 +6,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raycast";
version = "1.57.1";
version = "1.59.0";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-ePHaNujW39LjMc+R2TZ1favJXeroHpbeuRNwmv8HgXc=";
hash = "sha256-EA8DzfJtd1lM0/N1bQ8x9GQ8KiILwRKPIFKk6XlaBhg=";
};
dontPatch = true;