feat: update cursor
This commit is contained in:
parent
158b91d842
commit
2fab8c92b4
5 changed files with 2860 additions and 23 deletions
|
|
@ -37,12 +37,12 @@
|
|||
(final: prev: {
|
||||
code-cursor = prev.code-cursor.overrideAttrs (oldAttrs: rec {
|
||||
pname = "cursor";
|
||||
version = "2.0.64";
|
||||
version = "2.0.77";
|
||||
src = prev.appimageTools.extract {
|
||||
inherit pname version;
|
||||
src = prev.fetchurl {
|
||||
url = "https://downloads.cursor.com/production/25412918da7e74b2686b25d62da1f01cfcd27683/linux/x64/Cursor-2.0.64-x86_64.AppImage";
|
||||
hash = "sha256-zT9GhdwGDWZJQl+WpV2txbmp3/tJRtL6ds1UZQoKNzA=";
|
||||
url = "https://downloads.cursor.com/production/ba90f2f88e4911312761abab9492c42442117cfe/linux/x64/Cursor-2.0.77-x86_64.AppImage";
|
||||
hash = "sha256-/r7cmjgFhec7fEKUfFKw3vUoB9LJB2P/646cMeRKp/0=";
|
||||
};
|
||||
};
|
||||
sourceRoot = "${pname}-${version}-extracted/usr/share/cursor";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue