raycast: 1.71.1 -> 1.71.3

This commit is contained in:
DontEatOreo 2024-04-12 13:09:51 +03:00
parent 96881cfe76
commit defc52f442
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raycast";
version = "1.71.1";
version = "1.71.3";
src = fetchurl {
name = "Raycast.dmg";
url = "https://releases.raycast.com/releases/${finalAttrs.version}/download?build=universal";
hash = "sha256-TJBBguUMgH0QM8h6GMHrQmfmREB1O8k4tp3YMywYeXY=";
hash = "sha256-jiGo4H38qAiGMh4ckswyeDcijYL2wbcjs+IubDFjobU=";
};
dontPatch = true;