Merge pull request #321148 from honnip/update-rquickshare

rquickshare: 0.7.1 -> 0.8.2
This commit is contained in:
Aleksana 2024-06-22 02:37:22 +08:00 committed by GitHub
commit 62408adb8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,10 +5,10 @@
}:
let
pname = "rquickshare";
version = "0.7.1";
version = "0.8.2";
src = fetchurl {
url = "https://github.com/Martichou/rquickshare/releases/download/v${version}/r-quick-share_${version}_amd64.AppImage";
hash = "sha256-716d7T4nbs/dDS4KVGTADCpLO31U8iq6hDVD+c7Ks1I=";
hash = "sha256-0r8G3f46nHfTeReai4mWCykyx65AoaoGc0L7nrGEhTQ=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in