Merge pull request #313361 from DontEatOreo/update-raycast

raycast: 1.74.0 -> 1.74.1
This commit is contained in:
Bernardo Meurer
2024-05-21 09:35:05 -04:00
committed by GitHub
+2 -2
View File
@@ -10,12 +10,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raycast";
version = "1.74.0";
version = "1.74.1";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-aPpxPjEhy1uLekHMLyI18mlSozffMA+HB1OdqpULVnw=";
hash = "sha256-vIhuXZ9FxpWLPoOciyl4Qe0G8vXY+to+CGxp+nRmyp8=";
};
dontPatch = true;