code-cursor: 0.41.3 -> 0.42.3 (#350712)

This commit is contained in:
Aleksana 2024-10-24 16:31:31 +08:00 committed by GitHub
commit 2a46bab586
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,11 @@
}:
let
pname = "cursor";
version = "0.41.3";
version = "0.42.3";
appKey = "230313mzl4w4u92";
src = fetchurl {
url = "https://download.todesktop.com/230313mzl4w4u92/cursor-0.41.3-build-240925fkhcqg263-x86_64.AppImage";
hash = "sha256-WtfyiNGnUn8g1HR0TQPyn3SMJmjqe+otAYeyokMIO+w=";
url = "https://download.todesktop.com/230313mzl4w4u92/cursor-0.42.3-build-241016kxu9umuir-x86_64.AppImage";
hash = "sha256-GWkilBlpXube//jbxRjmKJjYcmB42nhMY8K0OgkvtwA=";
};
appimageContents = appimageTools.extractType2 { inherit version pname src; };
in