mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-04 03:53:56 +00:00
code-cursor: 0.43.0 -> 0.43.6 (#362556)
This commit is contained in:
commit
ddff96bb1b
@ -8,11 +8,11 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pname = "cursor";
|
pname = "cursor";
|
||||||
version = "0.43.0";
|
version = "0.43.6";
|
||||||
appKey = "230313mzl4w4u92";
|
appKey = "230313mzl4w4u92";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.todesktop.com/230313mzl4w4u92/cursor-0.43.0-build-24112423a8e6ct7-x86_64.AppImage";
|
url = "https://download.todesktop.com/230313mzl4w4u92/cursor-0.43.6-build-241206z7j6me2e2-x86_64.AppImage";
|
||||||
hash = "sha256-IcAUXGSMHxGd5Ak4cYA9/2YYg8UA+cRBGgnOupDuRXs=";
|
hash = "sha256-adEyDExGvxwpvAT0qYiCfvkpINP9BJ6a+LSwQHQ/H/U=";
|
||||||
};
|
};
|
||||||
appimageContents = appimageTools.extractType2 { inherit version pname src; };
|
appimageContents = appimageTools.extractType2 { inherit version pname src; };
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user