Skip to content

Commit

Permalink
[24.05] mattermost-desktop: 5.7.0 -> 5.9.0 (#345104)
Browse files Browse the repository at this point in the history
  • Loading branch information
leona-ya committed Sep 29, 2024
2 parents 08bb208 + ae75e6c commit bc4c859
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
let

pname = "mattermost-desktop";
version = "5.7.0";
version = "5.9.0";

srcs = {
"x86_64-linux" = {
url = "https://releases.mattermost.com/desktop/${version}/${pname}-${version}-linux-x64.tar.gz";
hash = "sha256-1xfU9+VzjhSVWsP1AYizphhQ2010GbQBgQ4dxvY3TBU=";
hash = "sha256-zLKdfu5p7TyJOw8vJX7i/uu4j0PrUf2/BDmb1kdqqMc=";
};

"aarch64-linux" = {
url = "https://releases.mattermost.com/desktop/${version}/${pname}-${version}-linux-arm64.tar.gz";
hash = "sha256-RrH+R9IuokKK+zfmCmOt38hD1HvWJbKqmxTFhQ3RcqQ=";
hash = "sha256-JljK7d4KLAn1+NwF+VcedL/7hEsp/9LzLdzROa1fgJA=";
};
};

Expand Down

0 comments on commit bc4c859

Please sign in to comment.