raycast: 1.84.8 → 1.84.10

This commit is contained in:
Jake Cleary
2024-11-03 19:07:43 +00:00
parent 92ffc052da
commit 6d8bf22ea0
+2 -2
View File
@@ -11,12 +11,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raycast";
version = "1.84.8";
version = "1.84.10";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-MSxscz2c5eNfdlWxn8sEVtqg2iXlPnIfJHnaiMvwtgY=";
hash = "sha256-9y66rex0A7pWkdqS1R0mo5IAA6SkA2e6alGu9Rs6j6U=";
};
dontPatch = true;