raycast: 1.74.0 -> 1.74.1

This commit is contained in:
DontEatOreo
2024-05-21 13:37:19 +03:00
parent 4fbbc17ccf
commit 3ff593a54d
+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;