mir: 2.18.2 -> 2.18.3 (#352718)

This commit is contained in:
Cosima Neidahl
2024-11-06 13:50:41 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ let
in
{
mir = common {
version = "2.18.2";
hash = "sha256-Yko5ws8dUazPziXzM77Zg4p1taC0mbjAcpOKJR0dJ5M=";
version = "2.18.3";
hash = "sha256-2PwLTWQeaVR80slZ6/BPr23gVahiDWXulFtdjc9ZUCs=";
};
mir_2_15 = common {
+1 -1
View File
@@ -3,6 +3,6 @@
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