Skip to content

Commit

Permalink
code-cursor: 0.42.5 -> 0.43.0 (#358654)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 24, 2024
2 parents 11731f1 + 5883fb4 commit 66027a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/co/code-cursor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
}:
let
pname = "cursor";
version = "0.42.5";
version = "0.43.0";
appKey = "230313mzl4w4u92";
src = fetchurl {
url = "https://download.todesktop.com/230313mzl4w4u92/cursor-0.42.5-build-24111460bf2loz1-x86_64.AppImage";
hash = "sha256-fr2P4Na6Jvmhh7FA5JILxrmm8wfI7Ad2+IFeJrxCtmI=";
url = "https://download.todesktop.com/230313mzl4w4u92/cursor-0.43.0-build-24112423a8e6ct7-x86_64.AppImage";
hash = "sha256-IcAUXGSMHxGd5Ak4cYA9/2YYg8UA+cRBGgnOupDuRXs=";
};
appimageContents = appimageTools.extractType2 { inherit version pname src; };
in
Expand Down

0 comments on commit 66027a3

Please sign in to comment.