softmaker-office: 1020 -> 1030
This commit is contained in:
parent
c003eae5bd
commit
6fd81681d0
@ -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…
x
Reference in New Issue
Block a user