Skip to content

Commit a4a0d58

Browse files
chore: update cursor to 3.0.16 (#51)
Co-authored-by: jacopone <828254+jacopone@users.noreply.github.com>
1 parent 5e555c6 commit a4a0d58

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232

3333
let
3434
pname = "cursor";
35-
version = "3.0.13";
35+
version = "3.0.16";
3636

3737
sources = {
3838
x86_64-linux = fetchurl {
39-
url = "https://downloads.cursor.com/production/48a15759f53cd5fc9b5c20936ad7d79847d914b5/linux/x64/Cursor-${version}-x86_64.AppImage";
40-
hash = "sha256-GaeBuRRvVAoz8qr4xz6Kq0f7aKU6vIJZHqTjrhivqs4=";
39+
url = "https://downloads.cursor.com/production/475871d112608994deb2e3065dfb7c6b0baa0c54/linux/x64/Cursor-${version}-x86_64.AppImage";
40+
hash = "sha256-/kBlLvaF3/7WSEI6ika6opgUVDQVo7vLVLsgG8htEpk=";
4141
};
4242
aarch64-linux = fetchurl {
4343
url = "https://downloads.cursor.com/production/b9e5948c1ad20443a5cecba6b84a3c9b99d62582/linux/arm64/Cursor-${version}-aarch64.AppImage";

0 commit comments

Comments
 (0)