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
commit cac168d9bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

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 {

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