Skip to content

Commit

Permalink
code-cursor: 0.44.5 -> 0.44.9 (#368768)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 28, 2024
2 parents 37624a7 + de2f157 commit 0913cc6
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.44.5";
version = "0.44.9";
appKey = "230313mzl4w4u92";
src = fetchurl {
url = "https://download.todesktop.com/230313mzl4w4u92/cursor-0.44.5-build-241220s3ux0e1tv-x86_64.AppImage";
hash = "sha256-5IbIsOyJdIzDpxOd+CLe8UdxaocJFJckiZvNSuGXtys=";
url = "https://download.todesktop.com/230313mzl4w4u92/cursor-0.44.9-build-2412268nc6pfzgo-x86_64.AppImage";
hash = "sha256-DV4Om5eAt7hDDPsyCwhALGhH36YAfvDk5u8Mnlhalsw=";
};
appimageContents = appimageTools.extractType2 { inherit version pname src; };
in
Expand Down

0 comments on commit 0913cc6

Please sign in to comment.