hmcl: 3.6.12 -> 3.6.13 (#423013)
Co-authored-by: Moraxyc <Moraxyc@users.noreply.github.com>
This commit is contained in:
commit
3f2fcb4524
@ -31,13 +31,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "hmcl";
|
pname = "hmcl";
|
||||||
version = "3.6.12";
|
version = "3.6.13";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# HMCL has built-in keys, such as the Microsoft OAuth secret and the CurseForge API key.
|
# HMCL has built-in keys, such as the Microsoft OAuth secret and the CurseForge API key.
|
||||||
# See https://github.com/HMCL-dev/HMCL/blob/refs/tags/release-3.6.12/.github/workflows/gradle.yml#L26-L28
|
# See https://github.com/HMCL-dev/HMCL/blob/refs/tags/release-3.6.12/.github/workflows/gradle.yml#L26-L28
|
||||||
url = "https://github.com/HMCL-dev/HMCL/releases/download/release-${finalAttrs.version}/HMCL-${finalAttrs.version}.jar";
|
url = "https://github.com/HMCL-dev/HMCL/releases/download/release-${finalAttrs.version}/HMCL-${finalAttrs.version}.jar";
|
||||||
hash = "sha256-ofrG7CVZIODJoHE6owR9P7viBlChamYF5PEpFeeOH4E=";
|
hash = "sha256-rqfesqt3yYDU6koDLFbE9FJpA6iNzDTNG6lWGA2bBYo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
icon = fetchurl {
|
icon = fetchurl {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user