File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/co/code-cursor Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111} :
1212let
1313 pname = "cursor" ;
14- version = "0.40.4 " ;
14+ version = "0.41.1 " ;
1515 appKey = "230313mzl4w4u92" ;
1616 src = fetchurl {
17- url = "https://download.todesktop.com/${ appKey } /cursor-0.40.4 -build-2409052yfcjagw2 -x86_64.AppImage" ;
18- hash = "sha256-ZURE8UoLPw+Qo1e4xuwXgc+JSwGrgb/6nfIGXMacmSg =" ;
17+ url = "https://download.todesktop.com/${ appKey } /cursor-0.41.1 -build-2409189xe3envg5 -x86_64.AppImage" ;
18+ hash = "sha256-9zqktOR5UOMLkKLD1uJ8eNSujWnnyKAN9H8ejrgcfVU =" ;
1919 } ;
2020 appimageContents = appimageTools . extractType2 { inherit version pname src ; } ;
2121in
@@ -59,7 +59,7 @@ stdenvNoCC.mkDerivation {
5959 latestLinux="$(curl -s https://download.todesktop.com/${ appKey } /latest-linux.yml)"
6060 version="$(echo "$latestLinux" | yq -r .version)"
6161 filename="$(echo "$latestLinux" | yq -r '.files[] | .url | select(. | endswith(".AppImage"))')"
62- update-source-version cursor "$version" "" "https://download.todesktop.com/${ appKey } /$filename" --source-key=src.src
62+ update-source-version code- cursor "$version" "" "https://download.todesktop.com/${ appKey } /$filename" --source-key=src.src
6363 '' ;
6464 } ) ;
6565 } ;
You can’t perform that action at this time.
0 commit comments