Skip to content

Commit

Permalink
hmcl: 3.5.9 -> 3.6.11 (#356397)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Dec 11, 2024
2 parents 21e39e9 + 610fbee commit 7194a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/hm/hmcl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}:

let
version = "3.5.9";
version = "3.6.11";
icon = fetchurl {
url = "https://github.com/huanghongxun/HMCL/raw/release-${version}/HMCLauncher/HMCL/HMCL.ico";
hash = "sha256-+EYL33VAzKHOMp9iXoJaSGZfv+ymDDYIx6i/1o47Dmc=";
Expand All @@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {

src = fetchurl {
url = "https://github.com/huanghongxun/HMCL/releases/download/release-${version}/HMCL-${version}.jar";
hash = "sha256-iaOg0OiGEdS0E7UTanZkciWDHqeZoAdBM3ghH10Wbd8=";
hash = "sha256-ZQNJm7xbOdVSnxtx4krOnM9QBsxibFXo8wx1fCn1gJA=";
};

dontUnpack = true;
Expand Down

0 comments on commit 7194a13

Please sign in to comment.