code-cursor: 0.44.9 -> 0.44.11 (#371295)

This commit is contained in:
Donovan Glover
2025-01-06 12:48:00 +00:00
committed by GitHub
+3 -3
View File
@@ -8,11 +8,11 @@
}:
let
pname = "cursor";
version = "0.44.9";
version = "0.44.11";
appKey = "230313mzl4w4u92";
src = fetchurl {
url = "https://download.todesktop.com/230313mzl4w4u92/cursor-0.44.9-build-2412268nc6pfzgo-x86_64.AppImage";
hash = "sha256-DV4Om5eAt7hDDPsyCwhALGhH36YAfvDk5u8Mnlhalsw=";
url = "https://download.todesktop.com/230313mzl4w4u92/cursor-0.44.11-build-250103fqxdt5u9z-x86_64.AppImage";
hash = "sha256-eOZuofnpED9F6wic0S9m933Tb7Gq7cb/v0kRDltvFVg=";
};
appimageContents = appimageTools.extractType2 { inherit version pname src; };
in