code-cursor: 0.42.4 -> 0.42.5 (#356008)

This commit is contained in:
Sarah Clark 2024-11-15 03:43:03 -08:00 committed by GitHub
parent 5c01691cf2
commit 72a499c09e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,11 @@
}:
let
pname = "cursor";
version = "0.42.4";
version = "0.42.5";
appKey = "230313mzl4w4u92";
src = fetchurl {
url = "https://download.todesktop.com/230313mzl4w4u92/cursor-0.42.4-build-2410291z3bdg1dy-x86_64.AppImage";
hash = "sha256-CD6bQ4T8DhJidiOxNRgRDL4obfEZx7hnO0VotVb6lDc=";
url = "https://download.todesktop.com/230313mzl4w4u92/cursor-0.42.5-build-24111460bf2loz1-x86_64.AppImage";
hash = "sha256-fr2P4Na6Jvmhh7FA5JILxrmm8wfI7Ad2+IFeJrxCtmI=";
};
appimageContents = appimageTools.extractType2 { inherit version pname src; };
in