Unverified Commit cac168d9 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

mir: 2.18.2 -> 2.18.3 (#352718)

parents ad172614 aa4e7ee3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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