mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #321148 from honnip/update-rquickshare
rquickshare: 0.7.1 -> 0.8.2
This commit is contained in:
commit
62408adb8f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user