File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/by-name/rq/rquickshare Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 pname = "rquickshare" ;
88 version = "0.11.2" ;
99 src = fetchurl {
10- url = "https://github.com/Martichou/rquickshare/releases/download/v${ version } /r-quick-share-main_v ${ version } _glibc-2.39_amd64 .AppImage" ;
11- hash = "sha256-7w1zybCPRg4RK5bKHoHLDUDXVDQL23ox/6wh8H9vTPg =" ;
10+ url = "https://github.com/Martichou/rquickshare/releases/download/v${ version } /r-quick-share-legacy_v ${ version } _glibc-2.31_amd64 .AppImage" ;
11+ hash = "sha256-VXYiYrTSedH8xFjuxbdplzVdfnO6s3ftY2I121Unlfw =" ;
1212 } ;
1313 appimageContents = appimageTools . extractType2 { inherit pname version src ; } ;
1414in
1515appimageTools . wrapType2 {
1616 inherit pname version src ;
1717 extraInstallCommands = ''
18- install -Dm444 ${ appimageContents } /rquickshare .desktop -t $out/share/applications
19- substituteInPlace $out/share/applications/rquickshare .desktop \
20- --replace-fail 'Exec=rquickshare ' 'Exec=rquickshare %u'
18+ install -Dm444 ${ appimageContents } /r-quick-share .desktop -t $out/share/applications
19+ substituteInPlace $out/share/applications/r-quick-share .desktop \
20+ --replace-fail 'Exec=r-quick-share ' 'Exec=r-quick-share %u'
2121 cp -r ${ appimageContents } /usr/share/icons $out/share
2222 '' ;
2323
You can’t perform that action at this time.
0 commit comments