moved packages to common-modules
This commit is contained in:
parent
36382ebfe0
commit
b1e7be48b3
5 changed files with 16 additions and 21 deletions
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
fetchurl,
|
||||
appimageTools,
|
||||
}: let
|
||||
pname = "prostudiomasters";
|
||||
version = "2.5.6";
|
||||
src = fetchurl {
|
||||
url = "https://download.prostudiomasters.com/linux/ProStudioMasters-${version}.AppImage";
|
||||
hash = "sha256-7owOwdcucFfl+JsVj+Seau2KOz0J4P/ep7WrBSNSmbs=";
|
||||
};
|
||||
in
|
||||
appimageTools.wrapType2 {
|
||||
inherit pname version src;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue