Skip to content

Commit

Permalink
[Backport release-24.05] armcord: 3.2.7 -> 3.3.1 (#341272)
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 committed Sep 17, 2024
2 parents 6e705ce + a8d87ba commit 48cf717
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@

stdenv.mkDerivation rec {
pname = "armcord";
version = "3.2.7";
version = "3.3.1";

src =
let
base = "https://github.com/ArmCord/ArmCord/releases/download";
in
{
x86_64-linux = fetchurl {
url = "${base}/v${version}/ArmCord_${version}_amd64.deb";
hash = "sha256-TFgO9ddz/Svi4QfugjTTejpV/m+xc1548cokzhVgwkw=";
url = "${base}/v${version}/ArmCord-${version}-linux-amd64.deb";
hash = "sha256-BFhgZNBHPERvJY9N4NpnlkGo2M0keencU4H4qlXl9mk=";
};
aarch64-linux = fetchurl {
url = "${base}/v${version}/ArmCord_${version}_arm64.deb";
hash = "sha256-AJ4TSG3ry2P40vzK1fsaWgQ/O0z9r3z8+0uxSmddZKo=";
url = "${base}/v${version}/ArmCord-${version}-linux-arm64.deb";
hash = "sha256-PCODruXQW7iAZLKcNw672fs4OuCqDvMlvzRSNca8Tfo=";
};
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");

Expand Down

0 comments on commit 48cf717

Please sign in to comment.