gnustep.gworkspace: 0.9.4 -> 1.0.0
This commit is contained in:
parent
be18a18cc0
commit
8d0a25ddb0
@ -3,13 +3,13 @@
|
|||||||
, system_preferences
|
, system_preferences
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "0.9.4";
|
version = "1.0.0";
|
||||||
in
|
in
|
||||||
gsmakeDerivation {
|
gsmakeDerivation {
|
||||||
name = "gworkspace-${version}";
|
name = "gworkspace-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.gnustep.org/pub/gnustep/usr-apps/gworkspace-${version}.tar.gz";
|
url = "ftp://ftp.gnustep.org/pub/gnustep/usr-apps/gworkspace-${version}.tar.gz";
|
||||||
sha256 = "0cjn83m7qmbwdpldlyhs239nwswgip3yaz01ahls130dq5qq7hgk";
|
sha256 = "sha256-M7dV7RVatw8gdYHQlRi5wNBd6MGT9GqW04R/DoKNu6I=";
|
||||||
};
|
};
|
||||||
# additional dependencies:
|
# additional dependencies:
|
||||||
# - PDFKit framework from http://gap.nongnu.org/
|
# - PDFKit framework from http://gap.nongnu.org/
|
||||||
|
Loading…
Reference in New Issue
Block a user