https://github.com/NixOS/nixpkgs/blob/m ... office.nix
https://github.com/NixOS/nixpkgs/blob/m ... office.nix
For each source, we specify a SHA checksum, both to obtain a 'fixed-output derivation' and to verify that the source has not been tampered with. We noticed that the checksum for the version that we package (970) has changed:
https://github.com/NixOS/nixpkgs/pull/71225
Upon further inspection, I found that this is the same hash as the new 971 release:
Code: Select all
$ nix-prefetch-url https://www.softmaker.net/down/softmaker-freeoffice-970-amd64.tgz
path is '/nix/store/sq8a5lbmr6z64k0jy5lz745gsj68dlb6-softmaker-freeoffice-970-amd64.tgz'
1h36pjbpbiy4cw383cbrwh1jx2kp1ay29734zailmhifz53gj44f
$ nix-prefetch-url https://www.softmaker.net/down/softmaker-freeoffice-971-amd64.tgz
path is '/nix/store/bwgmb9inn4mza0lhs4hmsxyx53nnn0h9-softmaker-freeoffice-971-amd64.tgz'
1h36pjbpbiy4cw383cbrwh1jx2kp1ay29734zailmhifz53gj44f
