Unverified Commit 717d8df9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

code-cursor: 0.42.3 -> 0.42.4 (#352883)

parents 52f15ca1 d73d8391
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@
}:
let
  pname = "cursor";
  version = "0.42.3";
  version = "0.42.4";
  appKey = "230313mzl4w4u92";
  src = fetchurl {
    url = "https://download.todesktop.com/230313mzl4w4u92/cursor-0.42.3-build-241016kxu9umuir-x86_64.AppImage";
    hash = "sha256-GWkilBlpXube//jbxRjmKJjYcmB42nhMY8K0OgkvtwA=";
    url = "https://download.todesktop.com/230313mzl4w4u92/cursor-0.42.4-build-2410291z3bdg1dy-x86_64.AppImage";
    hash = "sha256-CD6bQ4T8DhJidiOxNRgRDL4obfEZx7hnO0VotVb6lDc=";
  };
  appimageContents = appimageTools.extractType2 { inherit version pname src; };
in