mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 09:27:55 +00:00
Merge pull request #80250 from danieldk/softmaker-office-974
softmaker-office: 972 -> 974
This commit is contained in:
commit
8cfd3ea4c0
@ -2,13 +2,13 @@
|
||||
|
||||
callPackage ./generic.nix (args // rec {
|
||||
pname = "softmaker-office";
|
||||
version = "972";
|
||||
version = "974";
|
||||
edition = "2018";
|
||||
suiteName = "SoftMaker Office";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.softmaker.net/down/softmaker-office-${edition}-${version}-amd64.tgz";
|
||||
sha256 = "06kgkmqg5269a4vm14i89mw8m1x9yy9ajw0dhfcvjizadyzmlqn1";
|
||||
sha256 = "0z1g76lhja92s25x6y0h55wmqza2d3pjbshn5b9rn2784gjgj7hn";
|
||||
};
|
||||
|
||||
archive = "office${edition}.tar.lzma";
|
||||
|
Loading…
Reference in New Issue
Block a user