code-cursor: 0.41.3 -> 0.42.3

This commit is contained in:
Noa Aarts 2024-10-23 15:21:16 +02:00
parent 6d33659d5c
commit 0652d54c18
No known key found for this signature in database
GPG Key ID: 1850932741EFF672

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