Skip to content

Commit c217cdd

Browse files
committed
1 parent 9a7d7da commit c217cdd

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

doc/release-notes/rl-2511.section.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@
196196

197197
- `sail-riscv` 0.8 follows [upstream](https://github.com/riscv/sail-riscv/blob/7cc4620eb1a57bfe04832baccdcf5727e9459bd4/doc/ChangeLog.md) and provides only a single binary, `sail_riscv_sim`.
198198

199+
- `moar` has been updated from `1.33.0` to `2.0.0`, and renamed to `moor` following an upstream decision. See the [release notes](https://github.com/walles/moor/releases/tag/v2.0.0) for more.
200+
199201
- `podofo` has been updated from `0.9.8` to `1.0.0`. These releases are by nature very incompatible due to major API changes. The legacy versions can be found under `podofo_0_10` and `podofo_0_9`.
200202
Changelog: https://github.com/podofo/podofo/blob/1.0.0/CHANGELOG.md, API-Migration-Guide: https://github.com/podofo/podofo/blob/1.0.0/API-MIGRATION.md.
201203

pkgs/by-name/mo/moor/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77

88
buildGoModule rec {
99
pname = "moor";
10-
version = "1.33.0";
10+
version = "2.6.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "walles";
1414
repo = "moor";
1515
rev = "v${version}";
16-
hash = "sha256-+06cup9iG+iMyluQPzUQ7vrnFHoeU4KNHGra3AsRRw0=";
16+
hash = "sha256-5MiTxspdNTFfLnif5C3gcQ0suxRrjerlZl2+kPAjiBM=";
1717
};
1818

19-
vendorHash = "sha256-ComKeqnw1PvDaCRVXfInRjSzhyZWGkD/hp5piwhwxds=";
19+
vendorHash = "sha256-ve8QT2dIUZGTFYESt9vIllGTan22ciZr8SQzfqtqQfw=";
2020

2121
nativeBuildInputs = [ installShellFiles ];
2222

2323
postInstall = ''
24-
installManPage ./moar.1
24+
installManPage ./moor.1
2525
'';
2626

2727
ldflags = [
@@ -35,7 +35,7 @@ buildGoModule rec {
3535
description = "Nice-to-use pager for humans";
3636
homepage = "https://github.com/walles/moor";
3737
license = licenses.bsd2WithViews;
38-
mainProgram = "moar";
38+
mainProgram = "moor";
3939
maintainers = with maintainers; [ foo-dogsquared ];
4040
};
4141
}

0 commit comments

Comments
 (0)