Skip to content

Commit b463ad5

Browse files
authored
code-cursor: 0.40.0 -> 0.41.1 (#343360)
2 parents bde47c6 + 1bbe1fe commit b463ad5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/co/code-cursor/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
}:
1212
let
1313
pname = "cursor";
14-
version = "0.40.4";
14+
version = "0.41.1";
1515
appKey = "230313mzl4w4u92";
1616
src = fetchurl {
17-
url = "https://download.todesktop.com/${appKey}/cursor-0.40.4-build-2409052yfcjagw2-x86_64.AppImage";
18-
hash = "sha256-ZURE8UoLPw+Qo1e4xuwXgc+JSwGrgb/6nfIGXMacmSg=";
17+
url = "https://download.todesktop.com/${appKey}/cursor-0.41.1-build-2409189xe3envg5-x86_64.AppImage";
18+
hash = "sha256-9zqktOR5UOMLkKLD1uJ8eNSujWnnyKAN9H8ejrgcfVU=";
1919
};
2020
appimageContents = appimageTools.extractType2 { inherit version pname src; };
2121
in
@@ -59,7 +59,7 @@ stdenvNoCC.mkDerivation {
5959
latestLinux="$(curl -s https://download.todesktop.com/${appKey}/latest-linux.yml)"
6060
version="$(echo "$latestLinux" | yq -r .version)"
6161
filename="$(echo "$latestLinux" | yq -r '.files[] | .url | select(. | endswith(".AppImage"))')"
62-
update-source-version cursor "$version" "" "https://download.todesktop.com/${appKey}/$filename" --source-key=src.src
62+
update-source-version code-cursor "$version" "" "https://download.todesktop.com/${appKey}/$filename" --source-key=src.src
6363
'';
6464
});
6565
};

0 commit comments

Comments
 (0)