3
0
Fork 0
forked from mirrors/nixpkgs

avocode: 4.3.0 -> 4.4.3

This commit is contained in:
R. RyanTM 2020-03-04 17:19:28 +00:00
parent 79217339d2
commit 64310331a5

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "avocode";
version = "4.3.0";
version = "4.4.3";
src = fetchurl {
url = "https://media.avocode.com/download/avocode-app/${version}/avocode-${version}-linux.zip";
sha256 = "0ifb4nsh1mw61gb0hqphr1fmdkq1rjbrvvc9hvpclqg7wc7awids";
sha256 = "03pq55mdgbaf6c2q57ww2990wr6qz8hk1r6xs1irqy8990m4afvk";
};
libPath = stdenv.lib.makeLibraryPath (with xorg; [
@ -93,7 +93,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = https://avocode.com/;
homepage = "https://avocode.com/";
description = "The bridge between designers and developers";
license = licenses.unfree;
platforms = platforms.linux;