Skip to content

Commit

Permalink
Merge pull request #320890 from nyabinary/goofcord-1.4.3
Browse files Browse the repository at this point in the history
goofcord: 1.4.2 -> 1.4.3
  • Loading branch information
superherointj authored Jun 18, 2024
2 parents ff91257 + 6819f38 commit de33793
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/go/goofcord/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

stdenv.mkDerivation (finalAttrs: {
pname = "goofcord";
version = "1.4.2";
version = "1.4.3";

src =
let
Expand All @@ -48,11 +48,11 @@ stdenv.mkDerivation (finalAttrs: {
{
x86_64-linux = fetchurl {
url = "${base}/v${finalAttrs.version}/GoofCord-${finalAttrs.version}-linux-amd64.deb";
hash = "sha256-fUP/se3hOhs+aAoew25YhRyxnodYPrgqN68RIg1A1Kw=";
hash = "sha256-XO/T5O6+hJ6QT8MCVorrdXPZZlrywa6u0UKPk9WIQBE=";
};
aarch64-linux = fetchurl {
url = "${base}/v${finalAttrs.version}/GoofCord-${finalAttrs.version}-linux-arm64.deb";
hash = "sha256-hVpXmBSIgoON683f/sRtmpHwqxcO6IrFCCRPZjsUqjw=";
hash = "sha256-4mJ3kDQ+eh9LnyzxyNYvd2hMmgiJtBMXKup7ILlHk0Y=";
};
}
.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
Expand Down

0 comments on commit de33793

Please sign in to comment.