mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Merge pull request #113705 from danieldk/softmaker-office-2030
softmaker-office: 1020 -> 1030
This commit is contained in:
commit
45206c76b1
@ -5,9 +5,9 @@
|
|||||||
# overridable. This is useful when the upstream archive was replaced
|
# overridable. This is useful when the upstream archive was replaced
|
||||||
# and nixpkgs is not in sync yet.
|
# and nixpkgs is not in sync yet.
|
||||||
, officeVersion ? {
|
, officeVersion ? {
|
||||||
version = "980";
|
version = "982";
|
||||||
edition = "2018";
|
edition = "2018";
|
||||||
sha256 = "19pgil86aagiz6z4kx22gd4cxbbmrx42ix42arkfb6p6hav1plby";
|
hash = "sha256-euoZfAaDDTXzoaNLc/YdTngreTiYOBi7sGU161GP83w=";
|
||||||
}
|
}
|
||||||
|
|
||||||
, ... } @ args:
|
, ... } @ args:
|
||||||
@ -19,7 +19,7 @@ callPackage ./generic.nix (args // rec {
|
|||||||
suiteName = "FreeOffice";
|
suiteName = "FreeOffice";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
inherit (officeVersion) sha256;
|
inherit (officeVersion) hash;
|
||||||
url = "https://www.softmaker.net/down/softmaker-freeoffice-${version}-amd64.tgz";
|
url = "https://www.softmaker.net/down/softmaker-freeoffice-${version}-amd64.tgz";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchurl, autoPatchelfHook, makeDesktopItem, makeWrapper, copyDesktopItems
|
{ lib, stdenv, autoPatchelfHook, makeDesktopItem, makeWrapper, copyDesktopItems
|
||||||
|
|
||||||
# Dynamic Libraries
|
# Dynamic Libraries
|
||||||
, curl, libGL, libX11, libXext, libXmu, libXrandr, libXrender
|
, curl, libGL, libX11, libXext, libXmu, libXrandr, libXrender
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
# Softmaker Office or when the upstream archive was replaced and
|
# Softmaker Office or when the upstream archive was replaced and
|
||||||
# nixpkgs is not in sync yet.
|
# nixpkgs is not in sync yet.
|
||||||
, officeVersion ? {
|
, officeVersion ? {
|
||||||
version = "1020";
|
version = "1030";
|
||||||
edition = "2021";
|
edition = "2021";
|
||||||
sha256 = "1v227pih1p33x7axsw7wz8pz5walpbqnk0iqng711ixk883nqxn5";
|
hash = "sha256-bpnyPyZnJc9RFVrFM2o3M7Gc4PSKFGpaM1Yo8ZKGHrE=";
|
||||||
}
|
}
|
||||||
|
|
||||||
, ... } @ args:
|
, ... } @ args:
|
||||||
@ -20,7 +20,7 @@ callPackage ./generic.nix (args // rec {
|
|||||||
suiteName = "SoftMaker Office";
|
suiteName = "SoftMaker Office";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
inherit (officeVersion) sha256;
|
inherit (officeVersion) hash;
|
||||||
url = "https://www.softmaker.net/down/softmaker-office-${edition}-${version}-amd64.tgz";
|
url = "https://www.softmaker.net/down/softmaker-office-${edition}-${version}-amd64.tgz";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user