Skip to content

Commit

Permalink
[Backport release-24.05] legcord: 1.0.1 -> 1.0.2 (#350123)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-vdp authored Oct 26, 2024
2 parents 7376799 + 636f8d4 commit cd3e883
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/le/legcord/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

stdenv.mkDerivation rec {
pname = "legcord";
version = "1.0.1";
version = "1.0.2";

src =
let
Expand All @@ -47,11 +47,11 @@ stdenv.mkDerivation rec {
{
x86_64-linux = fetchurl {
url = "${base}/v${version}/Legcord-${version}-linux-amd64.deb";
hash = "sha256-kZ9dhSJjhYmpZJLbWP8nPP6Lxw+wLe3d9cCahfIomNM=";
hash = "sha256-MvSnYE6JLnZUA/Td0XuvOAENEtMGWSQuFFDa8cnBB1s=";
};
aarch64-linux = fetchurl {
url = "${base}/v${version}/Legcord-${version}-linux-arm64.deb";
hash = "sha256-Ikyjmlt1F7f6WaYWuAgyzLP3zvQPCvMRZ1D9e79umgM=";
hash = "sha256-+HD162RfcNxNXpjW5HPAmhCQIFRXuPXdC/jQgT0aV1k=";
};
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");

Expand Down

0 comments on commit cd3e883

Please sign in to comment.