Unverified Commit 2a46bab5 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

parents c68a24a2 0652d54c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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