We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad17261 + aa4e7ee commit cac168dCopy full SHA for cac168d
pkgs/servers/mir/default.nix
@@ -5,8 +5,8 @@ let
5
in
6
{
7
mir = common {
8
- version = "2.18.2";
9
- hash = "sha256-Yko5ws8dUazPziXzM77Zg4p1taC0mbjAcpOKJR0dJ5M=";
+ version = "2.18.3";
+ hash = "sha256-2PwLTWQeaVR80slZ6/BPr23gVahiDWXulFtdjc9ZUCs=";
10
};
11
12
mir_2_15 = common {
pkgs/servers/mir/update.sh
@@ -3,6 +3,6 @@
3
4
set -eou pipefail
-version="$(curl --silent "https://api.github.com/repos/canonical/mir/releases" | jq '.[0].tag_name' --raw-output)"
+version="$(curl --silent "https://api.github.com/repos/canonical/mir/tags" | jq '.[0].name' --raw-output)"
update-source-version mir "${version:1}" --file=./pkgs/servers/mir/default.nix
0 commit comments