Skip to content

Commit cac168d

Browse files
authored
mir: 2.18.2 -> 2.18.3 (#352718)
2 parents ad17261 + aa4e7ee commit cac168d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkgs/servers/mir/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ let
55
in
66
{
77
mir = common {
8-
version = "2.18.2";
9-
hash = "sha256-Yko5ws8dUazPziXzM77Zg4p1taC0mbjAcpOKJR0dJ5M=";
8+
version = "2.18.3";
9+
hash = "sha256-2PwLTWQeaVR80slZ6/BPr23gVahiDWXulFtdjc9ZUCs=";
1010
};
1111

1212
mir_2_15 = common {

pkgs/servers/mir/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
set -eou pipefail
55

6-
version="$(curl --silent "https://api.github.com/repos/canonical/mir/releases" | jq '.[0].tag_name' --raw-output)"
6+
version="$(curl --silent "https://api.github.com/repos/canonical/mir/tags" | jq '.[0].name' --raw-output)"
77

88
update-source-version mir "${version:1}" --file=./pkgs/servers/mir/default.nix

0 commit comments

Comments
 (0)