Skip to content

Commit

Permalink
gdlauncher-carbon: 2.0.22 -> 2.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
TsubakiDev authored Mar 8, 2025
1 parent 10069ef commit be19928
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/gd/gdlauncher-carbon/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "gdlauncher-carbon";
version = "2.0.22";
version = "2.0.24";

src = appimageTools.extract {
inherit (finalAttrs) pname version;
src = fetchurl {
url = "https://cdn-raw.gdl.gg/launcher/GDLauncher__${finalAttrs.version}__linux__x64.AppImage";
hash = "sha256-b1d39cSuVJ17rx8vjlYlyIUvqkBbhCWXuq4Z96K1I3M=";
hash = "sha256-d5ZvWSLA/7mY0540TDLMW9qmEFA5xC6Zd83IWakOmGo=";
};
};

Expand Down

0 comments on commit be19928

Please sign in to comment.